Searched refs:__pthread_self (Results 1 – 7 of 7) sorted by relevance
125 static inline pthread_t __pthread_self(void) { in __pthread_self() function130 return (thrd_t)__pthread_self(); in __thrd_current()137 pid_t id = zxr_thread_get_handle(&__pthread_self()->zxr_thread); in __thread_get_tid()
6 return __pthread_self(); in __pthread_self_internal()
5 struct pthread* self = __pthread_self(); in __pthread_getspecific()
4 struct pthread* self = __pthread_self(); in pthread_setspecific()
167 pthread_t self = __pthread_self(); in __pthread_exit()
13 return zxr_thread_get_handle(&__pthread_self()->zxr_thread); in _zx_thread_self()
1610 pthread_t self = __pthread_self(); in __tls_get_new()
Completed in 11 milliseconds