Searched refs:misc_m (Results 1 – 1 of 1) sorted by relevance
75 CRYPTO_MUTEX *misc_m; member669 ossl_crypto_mutex_free(&h->misc_m); in helper_cleanup()814 if (!TEST_ptr(h->misc_m = ossl_crypto_mutex_new())) in helper_init()2727 ossl_crypto_mutex_lock(h->misc_m); in script_20_trigger()2730 ossl_crypto_mutex_unlock(h->misc_m); in script_20_trigger()2740 ossl_crypto_mutex_lock(h->misc_m); in script_20_wait()2746 ossl_crypto_condvar_wait(h->misc_cv, h->misc_m); in script_20_wait()2749 ossl_crypto_mutex_unlock(h->misc_m); in script_20_wait()
Completed in 15 milliseconds