Home
last modified time | relevance | path

Searched refs:THREAD_EXITED_NOT_JOINED (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/bionic/
Dpthread_detach.cpp47 } else if (old_state == THREAD_EXITED_NOT_JOINED) { in pthread_detach()
Dpthread_join.cpp45 while ((old_state == THREAD_NOT_JOINED || old_state == THREAD_EXITED_NOT_JOINED) && in pthread_join()
Dpthread_internal.h49 THREAD_EXITED_NOT_JOINED, enumerator
Dpthread_exit.cpp96 !atomic_compare_exchange_weak(&thread->join_state, &old_state, THREAD_EXITED_NOT_JOINED)) { in pthread_exit()