Lines Matching refs:int_m
283 CRYPTO_MUTEX *int_m; /* internal mutex */ member
307 if ((cv->int_m = ossl_crypto_mutex_new()) == NULL) { in ossl_crypto_condvar_new()
313 ossl_crypto_mutex_free(&cv->int_m); in ossl_crypto_condvar_new()
320 ossl_crypto_mutex_free(&cv->int_m); in ossl_crypto_condvar_new()
340 ossl_crypto_mutex_free(&cv->int_m); in ossl_crypto_condvar_free()
367 ossl_crypto_mutex_lock(cv->int_m); in ossl_crypto_condvar_wait_timeout()
397 ossl_crypto_mutex_unlock(cv->int_m); in ossl_crypto_condvar_wait_timeout()
411 ossl_crypto_mutex_lock(cv->int_m); in ossl_crypto_condvar_wait_timeout()
414 ossl_crypto_mutex_unlock(cv->int_m); in ossl_crypto_condvar_wait_timeout()
431 ossl_crypto_mutex_lock(cv->int_m); in ossl_crypto_condvar_wait_timeout()
466 ossl_crypto_mutex_unlock(cv->int_m); in ossl_crypto_condvar_wait_timeout()
480 ossl_crypto_mutex_unlock(cv->int_m); in ossl_crypto_condvar_wait_timeout()
494 ossl_crypto_mutex_lock(cv->int_m); in ossl_crypto_condvar_broadcast()
498 ossl_crypto_mutex_unlock(cv->int_m); in ossl_crypto_condvar_broadcast()
506 ossl_crypto_mutex_unlock(cv->int_m); in ossl_crypto_condvar_broadcast()
514 ossl_crypto_mutex_lock(cv->int_m); in ossl_crypto_condvar_signal()
517 ossl_crypto_mutex_unlock(cv->int_m); in ossl_crypto_condvar_signal()
528 ossl_crypto_mutex_unlock(cv->int_m); in ossl_crypto_condvar_signal()