Searched refs:misc_m (Results 1 – 1 of 1) sorted by relevance
85 CRYPTO_MUTEX *misc_m; member678 ossl_crypto_mutex_free(&h->misc_m); in helper_cleanup()828 if (!TEST_ptr(h->misc_m = ossl_crypto_mutex_new())) in helper_init()2658 ossl_crypto_mutex_lock(h->misc_m); in script_20_trigger()2661 ossl_crypto_mutex_unlock(h->misc_m); in script_20_trigger()2671 ossl_crypto_mutex_lock(h->misc_m); in script_20_wait()2677 ossl_crypto_condvar_wait(h->misc_cv, h->misc_m); in script_20_wait()2680 ossl_crypto_mutex_unlock(h->misc_m); in script_20_wait()