Searched refs:pthread_to_tp (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dthreads_impl.h105 static inline void* pthread_to_tp(struct pthread* thread) { function
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_create.c20 zxr_tp_set(zxr_thread_get_handle(&self->zxr_thread), pthread_to_tp(self));
/fuchsia/zircon/third_party/ulib/musl/src/thread/
H A Dallocate.c216 td->head.tp = (uintptr_t)pthread_to_tp(td);
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1658 zxr_tp_set(thread_self, pthread_to_tp(td));

Completed in 29 milliseconds