Searched refs:THREAD_NOT_JOINED (Results 1 – 5 of 5) sorted by relevance
40 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_detach()41 while (old_state == THREAD_NOT_JOINED && in pthread_detach()45 if (old_state == THREAD_NOT_JOINED) { in pthread_detach()
44 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_join()45 while ((old_state == THREAD_NOT_JOINED || old_state == THREAD_EXITED_NOT_JOINED) && in pthread_join()
94 ThreadJoinState old_state = THREAD_NOT_JOINED; in pthread_exit()95 while (old_state == THREAD_NOT_JOINED && in pthread_exit()
48 THREAD_NOT_JOINED, enumerator
97 atomic_init(&thread->join_state, THREAD_NOT_JOINED); in __init_thread()