ossl_crypto_condvar_wait
ossl_crypto_condvar_wait(thread->condvar, thread->statelock);
ossl_crypto_condvar_wait(thread->condvar, thread->statelock);
ossl_crypto_condvar_wait(tdata->cond_finished, tdata->lock);
ossl_crypto_condvar_wait(lock->alloc_signal, lock->alloc_lock);
ossl_crypto_condvar_wait(lock->prior_signal, lock->prior_lock);
void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex);
ossl_crypto_condvar_wait(rtor->notifier_cv, rtor->mutex);
ossl_crypto_condvar_wait(rtor->notifier_cv, rtor->mutex);
ossl_crypto_condvar_wait(client_ready_cond, client_ready_mutex);
ossl_crypto_condvar_wait(h->misc_cv, h->misc_m);
ossl_crypto_condvar_wait(h->server_thread.c, h->server_thread.m);