Searched refs:__thrd_current (Results 1 – 10 of 10) sorted by relevance
6 return __thrd_current()->unsafe_stack.iov_base; in __get_unsafe_stack_start()10 return (void*)__thrd_current()->abi.unsafe_sp; in __get_unsafe_stack_ptr()
5 thrd_t self = __thrd_current(); in tss_set()
6 thrd_t self = __thrd_current(); in __tls_get_addr()
36 thrd_t self = __thrd_current(); in __thread_tsd_run_dtors()
8 thrd_t self = __thrd_current(); in dlerror()20 thrd_t self = __thrd_current(); in __dl_thread_cleanup()28 thrd_t self = __thrd_current(); in __dl_vseterr()
19 thrd_t self = __thrd_current(); in __tls_run_dtors()39 thrd_t self = __thrd_current(); in __cxa_thread_atexit_impl()
34 #define CURRENT_LOCALE (__thrd_current()->locale)36 #define CURRENT_UTF8 (!!__thrd_current()->locale->cat[LC_CTYPE])
129 static inline thrd_t __thrd_current(void) { in __thrd_current() function
4 return &__thrd_current()->errno_value; in __errno_location()
6 thrd_t self = __thrd_current(); in __uselocale()
Completed in 9 milliseconds