Searched refs:THREAD_DETACHED (Results 1 - 6 of 6) sorted by relevance

/bionic/libc/bionic/
H A Dpthread_detach.cpp42 !atomic_compare_exchange_weak(&thread->join_state, &old_state, THREAD_DETACHED)) {
H A Dpthread_join.cpp49 if (old_state == THREAD_DETACHED || old_state == THREAD_JOINED) {
H A Dpthread_exit.cpp99 if (old_state == THREAD_DETACHED) {
H A Dpthread_internal.h53 THREAD_DETACHED enumerator in enum:ThreadJoinState
H A Dpthread_create.cpp93 atomic_init(&thread->join_state, THREAD_DETACHED);
275 atomic_store(&thread->join_state, THREAD_DETACHED);
H A Dpthread_attr.cpp204 if (atomic_load(&thread->join_state) == THREAD_DETACHED) {

Completed in 1034 milliseconds