Searched refs:pthread_cond_wait (Results 1 – 4 of 4) sorted by relevance
50 status = pthread_cond_wait(&cnd, NULL); in thread_cond()123 status = pthread_cond_wait(&cnd, NULL); in main()135 status = pthread_cond_wait(&cnd, NULL); in main()
57 int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex);
355 pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex) in pthread_cond_wait() function
410 pthread_cond_wait(cond, mutex); in cond_wait()