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

/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_self.c6 return __pthread_self();
H A Dpthread_getspecific.c5 struct pthread* self = __pthread_self();
H A Dpthread_setspecific.c4 struct pthread* self = __pthread_self();
H A Dpthread_create.c167 pthread_t self = __pthread_self();
/fuchsia/zircon/third_party/ulib/musl/zircon/
H A Dthrd_get_zx_handle.c13 return zxr_thread_get_handle(&__pthread_self()->zxr_thread);
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dthreads_impl.h125 static inline pthread_t __pthread_self(void) { function
130 return (thrd_t)__pthread_self();
137 pid_t id = zxr_thread_get_handle(&__pthread_self()->zxr_thread);
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1602 pthread_t self = __pthread_self();

Completed in 81 milliseconds