Searched refs:pthread_cond_wait (Results 1 – 3 of 3) sorted by relevance
178 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
554 pthread_cond_wait( &timer->cond, &timer->mutex ); in timer_thread_start()
654 pthread_cond_wait( &thread->join_cond, &gThreadListLock ); in pthread_join()1464 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() function