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

  /bionic/libc/bionic/
pthread_join.cpp 51 if ((thread->attr.flags & PTHREAD_ATTR_FLAG_JOINED) != 0) {
56 thread->attr.flags |= PTHREAD_ATTR_FLAG_JOINED;
61 // We set the PTHREAD_ATTR_FLAG_JOINED flag with the lock held,
pthread_detach.cpp 43 if (thread->attr.flags & PTHREAD_ATTR_FLAG_JOINED) {
pthread_internal.h 40 #define PTHREAD_ATTR_FLAG_JOINED 0x00000004

Completed in 62 milliseconds