Home
last modified time | relevance | path

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

/xnu-8020.121.3/libsyscall/os/
H A Dtsd.h96 #define _os_tsd_get_base() ((void * OS_GS_RELATIVE *)0) macro
126 _os_tsd_get_base(void) in _os_tsd_get_base() function
145 #define _os_tsd_get_base() _os_tsd_get_base() macro
148 #error _os_tsd_get_base not implemented on this architecture
151 #ifdef _os_tsd_get_base
156 return _os_tsd_get_base()[slot]; in _os_tsd_get_direct()
163 _os_tsd_get_base()[slot] = val; in _os_tsd_set_direct()