Home
last modified time | relevance | path

Searched refs:_os_tsd_get_direct (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/libsyscall/custom/
H A Derrno.c54 void *ptr = _os_tsd_get_direct(__TSD_ERRNO); in __error()
66 int *tsderrno = (int*)_os_tsd_get_direct(__TSD_ERRNO); in cerror_nocancel()
/xnu-8020.101.4/libsyscall/os/
H A Dtsd.h100 _os_tsd_get_direct(unsigned long slot) in _os_tsd_get_direct() function
154 _os_tsd_get_direct(unsigned long slot) in _os_tsd_get_direct() function
172 return (uintptr_t)_os_tsd_get_direct(__TSD_PTR_MUNGE); in _os_ptr_munge_token()
/xnu-8020.101.4/libsyscall/mach/
H A Dmig_reply_port.c39 return (mach_port_t)(uintptr_t)_os_tsd_get_direct(__TSD_MIG_REPLY); in _mig_get_reply_port()
H A Dmach_port.c444 return (mach_port_t)(uintptr_t)_os_tsd_get_direct(__TSD_MACH_SPECIAL_REPLY); in _tsd_get_special_reply_port()
/xnu-8020.101.4/tests/
H A Dulock.c20 mach_port_name_t self = (mach_port_name_t)_os_tsd_get_direct(__TSD_MACH_THREAD_SELF); in _os_get_self()
H A Dturnstile_multihop_helper.h64 …mach_port_name_t self = (mach_port_name_t)(uintptr_t)(void *)_os_tsd_get_direct(__TSD_MACH_THREAD_… in _os_get_self()