Searched refs:ThreadJoinState (Results 1 – 4 of 4) sorted by relevance
40 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_detach()
47 enum ThreadJoinState { enum82 _Atomic(ThreadJoinState) join_state;
44 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_join()
94 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_exit()