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.cpp49 } else if (old_state == THREAD_EXITED_NOT_JOINED) { in pthread_detach()
Dpthread_join.cpp49 while ((old_state == THREAD_NOT_JOINED || old_state == THREAD_EXITED_NOT_JOINED) && in pthread_join()
Dpthread_exit.cpp104 !atomic_compare_exchange_weak(&thread->join_state, &old_state, THREAD_EXITED_NOT_JOINED)) { in pthread_exit()
Dpthread_internal.h58 THREAD_EXITED_NOT_JOINED, enumerator