pthread_cond_wait  207 ext/threads/mutex.c             pthread_cond_wait(&(mutex->cv), &(mutex->mutex));
pthread_cond_wait  250 ext/threads/mutex.c             pthread_cond_wait(&(cv->cv), &(mutex->mutex));
pthread_cond_wait  202 ext/threads/threads.c             pthread_cond_wait(&(target->cond), &(target->vmlock));
pthread_cond_wait  142 gc/aix_irix_threads.c     pthread_cond_wait(&GC_continue_cv, &GC_suspend_lock);
pthread_cond_wait  595 gc/aix_irix_threads.c         pthread_cond_wait(&(si->registered), &(si->registeredlock));
pthread_cond_wait   51 gc/include/private/darwin_semaphore.h         pthread_cond_wait(&sem->cond,&sem->mutex);
pthread_cond_wait 1540 gc/pthread_support.c     if (pthread_cond_wait(&builder_cv, &mark_mutex) != 0) {
pthread_cond_wait 1578 gc/pthread_support.c     if (pthread_cond_wait(&mark_cv, &mark_mutex) != 0) {
pthread_cond_wait   59 src/gauche/pthread.h     pthread_cond_wait(&(cond), &(mutex))