Searched refs:THREAD_NOT_JOINED (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_detach.cpp40 ThreadJoinState old_state = THREAD_NOT_JOINED;
41 while (old_state == THREAD_NOT_JOINED &&
45 if (old_state == THREAD_NOT_JOINED) {
H A Dpthread_join.cpp44 ThreadJoinState old_state = THREAD_NOT_JOINED;
45 while ((old_state == THREAD_NOT_JOINED || old_state == THREAD_EXITED_NOT_JOINED) &&
H A Dpthread_exit.cpp94 ThreadJoinState old_state = THREAD_NOT_JOINED;
95 while (old_state == THREAD_NOT_JOINED &&
H A Dpthread_internal.h48 THREAD_NOT_JOINED, enumerator in enum:ThreadJoinState
H A Dpthread_create.cpp97 atomic_init(&thread->join_state, THREAD_NOT_JOINED);

Completed in 4005 milliseconds