Home
last modified time | relevance | path

Searched refs:zxr_thread_detached (Results 1 – 3 of 3) sorted by relevance

/system/ulib/runtime/include/runtime/
A Dthread.h68 bool zxr_thread_detached(zxr_thread_t* thread);
/system/ulib/runtime/
A Dthread.c261 bool zxr_thread_detached(zxr_thread_t* thread) { in zxr_thread_detached() function
/system/utest/core/threads/
A Dthreads.cpp248 ASSERT_FALSE(zxr_thread_detached(&thread)); in TestDetach()
251 ASSERT_TRUE(zxr_thread_detached(&thread)); in TestDetach()

Completed in 9 milliseconds