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

  /bionic/libc/bionic/
pthread_join.cpp 55 pthread_cond_wait(&thread->join_cond, &gThreadListLock);
pthread_internal.h 43 pthread_cond_t join_cond; member in struct:pthread_internal_t
pthread_create.cpp 112 pthread_cond_init(&thread->join_cond, NULL);
pthread.c 147 pthread_cond_broadcast(&thread->join_cond);
    [all...]

Completed in 31 milliseconds