Searched defs:self (Results 1 – 12 of 12) sorted by relevance
19 pthread_t self = arg; in prestart() local26 pthread_t self = prestart(arg); in start_pthread() local31 pthread_t self = prestart(arg); in start_c11() local113 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
5 struct pthread* self = __pthread_self(); in __pthread_getspecific() local
4 struct pthread* self = __pthread_self(); in pthread_setspecific() local
8 thrd_t self = __thrd_current(); in dlerror() local20 thrd_t self = __thrd_current(); in __dl_thread_cleanup() local28 thrd_t self = __thrd_current(); in __dl_vseterr() local
19 thrd_t self = __thrd_current(); in __tls_run_dtors() local39 thrd_t self = __thrd_current(); in __cxa_thread_atexit_impl() local
6 thrd_t self = __thrd_current(); in __tls_get_addr() local
5 thrd_t self = __thrd_current(); in tss_set() local
36 thrd_t self = __thrd_current(); in __thread_tsd_run_dtors() local
27 __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()
6 thrd_t self = __thrd_current(); in __uselocale() local
169 pthread_t self = pthread_self(); in tsd_init_check_recursion() local
1610 pthread_t self = __pthread_self(); in __tls_get_new() local
Completed in 20 milliseconds