Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/lib/libsys/
Dind_thrd.c75 void *__ghs_GetThreadLocalStorageItem(int specifier)
208 void *__ghs_GetThreadLocalStorageItem(int specifier) in __ghs_GetThreadLocalStorageItem() function
386 return *(void **)__ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals);
391 return __ghs_GetThreadLocalStorageItem(__ghs_TLS__eh_init_block);
396 return __ghs_GetThreadLocalStorageItem(__ghs_TLS__eh_store_globals);
401 return __ghs_GetThreadLocalStorageItem(__ghs_TLS__eh_store_globals_tdeh);
406 return __ghs_GetThreadLocalStorageItem(__ghs_TLS__eh_mem_manage);
423 eh_globals = __ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals);
435 eh_globals = __ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals); in __ghs_cpp_exception_init()
452 eh_globals = __ghs_GetThreadLocalStorageItem(__ghs_TLS___eh_globals); in __ghs_cpp_exception_cleanup()
Dind_thrd.h63 #pragma weak __ghs_GetThreadLocalStorageItem macro
120 extern void *__ghs_GetThreadLocalStorageItem(int);
166 ((&__ghs_GetThreadLocalStorageItem == &__ghs_undefined_func) ? \
168 (__ghs_GetThreadLocalStorageItem(__ghs_TLS_ ## item)))
171 (!(&__ghs_GetThreadLocalStorageItem) ? \
173 (__ghs_GetThreadLocalStorageItem(__ghs_TLS_ ## item)))
Dind_errn.c72 int *errnoptr = __ghs_GetThreadLocalStorageItem(__ghs_TLS_Errno);
Dind_sgnl.c116 handlers = __ghs_GetThreadLocalStorageItem(__ghs_TLS_SignalHandlers); in signal()
Dind_gmtm.c178 struct tm *tmp = __ghs_GetThreadLocalStorageItem(__ghs_TLS_gmtime_temp); in gmtime()
Dind_tmzn.c202 struct tm *temp = __ghs_GetThreadLocalStorageItem(__ghs_TLS_gmtime_temp); in localtime()