Home
last modified time | relevance | path

Searched refs:join_cond (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/bionic/
Dpthread_internal.h41 pthread_cond_t join_cond; member
Dpthread.c227 pthread_cond_init(&thread->join_cond, NULL); in _init_thread()
595 pthread_cond_broadcast(&thread->join_cond); in pthread_exit()
640 pthread_cond_wait( &thread->join_cond, &gThreadListLock ); in pthread_join()