Home
last modified time | relevance | path

Searched refs:ext_m (Results 1 – 1 of 1) sorted by relevance

/openssl/crypto/thread/arch/
H A Dthread_win.c357 void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv_, CRYPTO_MUTEX *ext_m, in ossl_crypto_condvar_wait_timeout() argument
424 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() argument
486 ossl_crypto_condvar_wait_timeout(cv, ext_m, ossl_time_infinite()); in ossl_crypto_condvar_wait()

Completed in 7 milliseconds