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

/fuchsia/zircon/third_party/ulib/musl/pthread/
H A Dpthread_detach.c7 switch (zxr_thread_detach(&t->zxr_thread)) {
/fuchsia/zircon/system/ulib/runtime/include/runtime/
H A Dthread.h29 // If detached is true, then it's as if zxr_thread_detach were called
63 zx_status_t zxr_thread_detach(zxr_thread_t* thread)
/fuchsia/zircon/system/ulib/runtime/
H A Dthread.c15 // - If someone calls zxr_thread_detach on it, it transitions to DETACHED.
223 zx_status_t zxr_thread_detach(zxr_thread_t* thread) { function
232 // Since it is undefined behavior to call zxr_thread_detach on a
/fuchsia/zircon/system/utest/core/threads/
H A Dthreads.cpp213 ASSERT_EQ(zxr_thread_detach(&thread), ZX_OK);

Completed in 80 milliseconds