Searched refs:zxr_thread_detached (Results 1 – 3 of 3) sorted by relevance
68 bool zxr_thread_detached(zxr_thread_t* thread);
261 bool zxr_thread_detached(zxr_thread_t* thread) { in zxr_thread_detached() function
248 ASSERT_FALSE(zxr_thread_detached(&thread)); in TestDetach()251 ASSERT_TRUE(zxr_thread_detached(&thread)); in TestDetach()
Completed in 9 milliseconds