Home
last modified time | relevance | path

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

/third_party/ulib/musl/src/thread/
A Dsafestack.c6 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()
A Dtss_set.c5 thrd_t self = __thrd_current(); in tss_set()
A D__tls_get_addr.c6 thrd_t self = __thrd_current(); in __tls_get_addr()
A Dtss.c36 thrd_t self = __thrd_current(); in __thread_tsd_run_dtors()
/third_party/ulib/musl/src/ldso/
A Ddlerror.c8 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()
/third_party/ulib/musl/src/exit/
A D__cxa_thread_atexit.c19 thrd_t self = __thrd_current(); in __tls_run_dtors()
39 thrd_t self = __thrd_current(); in __cxa_thread_atexit_impl()
/third_party/ulib/musl/src/internal/
A Dlocale_impl.h34 #define CURRENT_LOCALE (__thrd_current()->locale)
36 #define CURRENT_UTF8 (!!__thrd_current()->locale->cat[LC_CTYPE])
A Dthreads_impl.h129 static inline thrd_t __thrd_current(void) { in __thrd_current() function
/third_party/ulib/musl/src/errno/
A D__errno_location.c4 return &__thrd_current()->errno_value; in __errno_location()
/third_party/ulib/musl/src/locale/
A Duselocale.c6 thrd_t self = __thrd_current(); in __uselocale()

Completed in 9 milliseconds