Home
last modified time | relevance | path

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

/system/ulib/runtime/
A Dthread.c56 static bool claim_thread(zxr_internal_thread_t* thread, int new_state, int* old_state) { in claim_thread() function
197 if (claim_thread(thread, JOINED, &old_state)) { in zxr_thread_join()
225 if (!claim_thread(to_internal(thread), DETACHED, &old_state)) { in zxr_thread_detach()

Completed in 4 milliseconds