Searched refs:ThreadJoinState (Results 1 – 4 of 4) sorted by relevance
42 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_detach()
48 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_join()
56 enum ThreadJoinState { enum97 _Atomic(ThreadJoinState) join_state;
102 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_exit()