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

  /bionic/libc/bionic/
pthread_join.cpp 53 while ((thread->attr.flags & PTHREAD_ATTR_FLAG_ZOMBIE) == 0) {
pthread_internal.h 78 #define PTHREAD_ATTR_FLAG_ZOMBIE 0x00000008
pthread_key.cpp 221 if ((t->attr.flags & PTHREAD_ATTR_FLAG_ZOMBIE) || t->tls == NULL) {
pthread.c 134 thread->attr.flags |= PTHREAD_ATTR_FLAG_ZOMBIE;
    [all...]

Completed in 622 milliseconds