ossl_crypto_mutex_new
if ((handle->lock = ossl_crypto_mutex_new()) == NULL)
if ((handle->statelock = ossl_crypto_mutex_new()) == NULL)
if ((cv->int_m = ossl_crypto_mutex_new()) == NULL) {
t->lock = ossl_crypto_mutex_new();
new->write_lock = ossl_crypto_mutex_new();
new->alloc_lock = ossl_crypto_mutex_new();
new->prior_lock = ossl_crypto_mutex_new();
CRYPTO_MUTEX *ossl_crypto_mutex_new(void);
if ((ql->mutex = ossl_crypto_mutex_new()) == NULL) {
if ((newcache->mutex = ossl_crypto_mutex_new()) == NULL)
if ((qd->mutex = ossl_crypto_mutex_new()) == NULL) {
if ((qc->mutex = ossl_crypto_mutex_new()) == NULL) {
if ((srv->mutex = ossl_crypto_mutex_new()) == NULL)
client_ready_mutex = ossl_crypto_mutex_new();
h->threads[i].m = ossl_crypto_mutex_new();
if (!TEST_ptr(h->misc_m = ossl_crypto_mutex_new()))
if (!TEST_ptr(h->server_thread.m = ossl_crypto_mutex_new()))
if (!TEST_ptr(rp->gm = ossl_crypto_mutex_new()))
if (!TEST_ptr(rt->m = ossl_crypto_mutex_new())) {