Searched refs:claim_thread (Results 1 – 1 of 1) sorted by relevance
56 static bool claim_thread(zxr_internal_thread_t* thread, int new_state, int* old_state) { in claim_thread() function197 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