Home
last modified time | relevance | path

Searched refs:__pthread_self (Results 1 – 7 of 7) sorted by relevance

/third_party/ulib/musl/src/internal/
A Dthreads_impl.h125 static inline pthread_t __pthread_self(void) { in __pthread_self() function
130 return (thrd_t)__pthread_self(); in __thrd_current()
137 pid_t id = zxr_thread_get_handle(&__pthread_self()->zxr_thread); in __thread_get_tid()
/third_party/ulib/musl/pthread/
A Dpthread_self.c6 return __pthread_self(); in __pthread_self_internal()
A Dpthread_getspecific.c5 struct pthread* self = __pthread_self(); in __pthread_getspecific()
A Dpthread_setspecific.c4 struct pthread* self = __pthread_self(); in pthread_setspecific()
A Dpthread_create.c167 pthread_t self = __pthread_self(); in __pthread_exit()
/third_party/ulib/musl/zircon/
A Dthrd_get_zx_handle.c13 return zxr_thread_get_handle(&__pthread_self()->zxr_thread); in _zx_thread_self()
/third_party/ulib/musl/ldso/
A Ddynlink.c1610 pthread_t self = __pthread_self(); in __tls_get_new()

Completed in 11 milliseconds