Searched refs:zxr_thread_get_handle (Results 1 - 6 of 6) 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/system/ulib/runtime/include/runtime/
H A Dthread.h93 zx_handle_t zxr_thread_get_handle(zxr_thread_t* thread);
/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dthreads_impl.h137 pid_t id = zxr_thread_get_handle(&__pthread_self()->zxr_thread);
/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/system/ulib/runtime/
H A Dthread.c267 zx_handle_t zxr_thread_get_handle(zxr_thread_t* thread) { function
/fuchsia/zircon/system/utest/core/threads/
H A Dthreads.cpp138 ASSERT_EQ(zx_handle_duplicate(zxr_thread_get_handle(thread_out), ZX_RIGHT_SAME_RIGHTS,
374 zx_task_kill(zxr_thread_get_handle(&args->thread));

Completed in 89 milliseconds