Home
last modified time | relevance | path

Searched refs:__TSD_MACH_SPECIAL_REPLY (Results 1 – 2 of 2) sorted by relevance

/xnu-8019.80.24/libsyscall/os/
H A Dtsd.h44 #define __TSD_MACH_SPECIAL_REPLY 8 macro
/xnu-8019.80.24/libsyscall/mach/
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()
450 _os_tsd_set_direct(__TSD_MACH_SPECIAL_REPLY, (void *)(uintptr_t)port); in _tsd_set_special_reply_port()