Searched refs:ext_m (Results 1 – 1 of 1) sorted by relevance
357 void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv_, CRYPTO_MUTEX *ext_m, in ossl_crypto_condvar_wait_timeout() argument424 ossl_crypto_mutex_unlock(ext_m); in ossl_crypto_condvar_wait_timeout()481 ossl_crypto_mutex_lock(ext_m); in ossl_crypto_condvar_wait_timeout()484 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *ext_m) in ossl_crypto_condvar_wait() argument486 ossl_crypto_condvar_wait_timeout(cv, ext_m, ossl_time_infinite()); in ossl_crypto_condvar_wait()
Completed in 5 milliseconds