HomeSort by relevance Sort by last modified time
    Searched refs:THREAD_JOINED (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
pthread_join.cpp 46 !atomic_compare_exchange_weak(&thread->join_state, &old_state, THREAD_JOINED)) {
49 if (old_state == THREAD_DETACHED || old_state == THREAD_JOINED) {
56 // We set thread->join_state to THREAD_JOINED with atomic operation,
pthread_internal.h 50 THREAD_JOINED,

Completed in 129 milliseconds