pthread_cond_wait
int pthread_cond_wait(pthread_cond_t * __restrict,
WR(stub_zero, pthread_cond_wait);
__strong_reference(__pthread_cond_wait, pthread_cond_wait);
pthread_cond_wait(&ctx->ctx_cond,
pthread_cond_wait(&conf->cond, &confmtx);
pthread_cond_wait(&InitCmd->logcond, &serial_mtx);
pthread_cond_wait(&cotd->cond, &cotd->mutex);
pthread_cond_wait (&cond_var, &cond_mutex);
pthread_cond_wait (&statep->cond_var, &cond_mutex);
assert (pthread_cond_wait (cmd.cond, cmd.mutex) == 0);
pthread_cond_wait (&cond_var, &cond_mutex);
pthread_cond_wait(&ctx->t_cond, &ctx->t_lock);
pthread_cond_wait(&glob.g_cond, &glob.g_lock);
pthread_cond_wait(&ctx->t_cond, &ctx->t_lock);
pthread_cond_wait(&ctx->t_glob->g_cond, &ctx->t_glob->g_lock);
pthread_cond_wait(&work->cond, &WorkerMutex);
pthread_cond_wait(&BulkResponseCond, &BulkMutex);
pthread_cond_wait(&job->cond, &BulkMutex);
pthread_cond_wait(&g_ls_cond, &g_ls_mutex);