Home
last modified time | relevance | path

Searched defs:self (Results 1 – 12 of 12) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_create.c19 pthread_t self = arg; in prestart() local
26 pthread_t self = prestart(arg); in start_pthread() local
31 pthread_t self = prestart(arg); in start_c11() local
113 static __NO_SAFESTACK NO_ASAN void final_exit(pthread_t self) { in final_exit()
124 static NO_ASAN _Noreturn void finish_exit(pthread_t self) { in finish_exit()
167 pthread_t self = __pthread_self(); in __pthread_exit() local
A Dpthread_getspecific.c5 struct pthread* self = __pthread_self(); in __pthread_getspecific() local
A Dpthread_setspecific.c4 struct pthread* self = __pthread_self(); in pthread_setspecific() local
/third_party/ulib/musl/src/ldso/
A Ddlerror.c8 thrd_t self = __thrd_current(); in dlerror() local
20 thrd_t self = __thrd_current(); in __dl_thread_cleanup() local
28 thrd_t self = __thrd_current(); in __dl_vseterr() local
/third_party/ulib/musl/src/exit/
A D__cxa_thread_atexit.c19 thrd_t self = __thrd_current(); in __tls_run_dtors() local
39 thrd_t self = __thrd_current(); in __cxa_thread_atexit_impl() local
/third_party/ulib/musl/src/thread/
A D__tls_get_addr.c6 thrd_t self = __thrd_current(); in __tls_get_addr() local
A Dtss_set.c5 thrd_t self = __thrd_current(); in tss_set() local
A Dtss.c36 thrd_t self = __thrd_current(); in __thread_tsd_run_dtors() local
/third_party/ulib/musl/sanitizers/
A Dhooks.c27 __WEAK void __sanitizer_thread_start_hook(void* hook, thrd_t self) { in __sanitizer_thread_start_hook()
31 __WEAK void __sanitizer_thread_exit_hook(void* hook, thrd_t self) { in __sanitizer_thread_exit_hook()
/third_party/ulib/musl/src/locale/
A Duselocale.c6 thrd_t self = __thrd_current(); in __uselocale() local
/third_party/ulib/jemalloc/src/
A Dtsd.c169 pthread_t self = pthread_self(); in tsd_init_check_recursion() local
/third_party/ulib/musl/ldso/
A Ddynlink.c1610 pthread_t self = __pthread_self(); in __tls_get_new() local

Completed in 20 milliseconds