Searched refs:join_cond (Results 1 – 2 of 2) sorted by relevance
41 pthread_cond_t join_cond; member
227 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()