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

/fuchsia/zircon/third_party/ulib/musl/zircon/
H A Dthrd_get_zx_handle.c9 return zxr_thread_get_handle(&t->zxr_thread);
13 return zxr_thread_get_handle(&__pthread_self()->zxr_thread);
/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_getattr_np.c8 a->_a_detach = zxr_thread_detached(&t->zxr_thread);
H A Dpthread_detach.c7 switch (zxr_thread_detach(&t->zxr_thread)) {
H A Dpthread_join.c5 switch (zxr_thread_join(&t->zxr_thread)) {
H A Dpthread_create.c20 zxr_tp_set(zxr_thread_get_handle(&self->zxr_thread), pthread_to_tp(self));
61 &new->zxr_thread);
86 status = zxr_thread_start(&new->zxr_thread,
119 zxr_thread_exit_unmap_if_detached(&self->zxr_thread, _zx_vmar_root_self(),
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dthreads_impl.h47 zxr_thread_t zxr_thread; member in struct:pthread
137 pid_t id = zxr_thread_get_handle(&__pthread_self()->zxr_thread);
/fuchsia/zircon/third_party/ulib/musl/ldso/
H A Ddynlink.c1654 zx_status_t status = zxr_thread_adopt(thread_self, &td->zxr_thread);

Completed in 35 milliseconds