Searched refs:ossl_crypto_mutex_new (Results 1 – 13 of 13) sorted by relevance
25 if ((handle->lock = ossl_crypto_mutex_new()) == NULL) in ossl_crypto_thread_native_start()27 if ((handle->statelock = ossl_crypto_mutex_new()) == NULL) in ossl_crypto_thread_native_start()
134 t->lock = ossl_crypto_mutex_new(); in ossl_threads_ctx_new()
34 CRYPTO_MUTEX *ossl_crypto_mutex_new(void) in ossl_crypto_mutex_new() function
97 CRYPTO_MUTEX *ossl_crypto_mutex_new(void) in ossl_crypto_mutex_new() function307 if ((cv->int_m = ossl_crypto_mutex_new()) == NULL) { in ossl_crypto_condvar_new()
96 CRYPTO_MUTEX *ossl_crypto_mutex_new(void) in ossl_crypto_mutex_new() function
157 new->write_lock = ossl_crypto_mutex_new(); in ossl_rcu_lock_new()160 new->alloc_lock = ossl_crypto_mutex_new(); in ossl_rcu_lock_new()161 new->prior_lock = ossl_crypto_mutex_new(); in ossl_rcu_lock_new()
43 CRYPTO_MUTEX *ossl_crypto_mutex_new(void);
153 if (!TEST_ptr(rp->gm = ossl_crypto_mutex_new())) in RADIX_PROCESS_init()503 if (!TEST_ptr(rt->m = ossl_crypto_mutex_new())) { in RADIX_THREAD_new()
93 if ((srv->mutex = ossl_crypto_mutex_new()) == NULL) in ossl_quic_tserver_new()
608 if ((qc->mutex = ossl_crypto_mutex_new()) == NULL) { in ossl_quic_new()4295 if ((ql->mutex = ossl_crypto_mutex_new()) == NULL) { in ossl_quic_new_listener()4734 if ((newcache->mutex = ossl_crypto_mutex_new()) == NULL) in ossl_quic_new_token_store()4979 if ((qd->mutex = ossl_crypto_mutex_new()) == NULL) { in ossl_quic_new_domain()
153 client_ready_mutex = ossl_crypto_mutex_new(); in qtest_create_quic_objects()
829 if (!TEST_ptr(h->misc_m = ossl_crypto_mutex_new())) in helper_init()837 if (!TEST_ptr(h->server_thread.m = ossl_crypto_mutex_new())) in helper_init()1899 h->threads[i].m = ossl_crypto_mutex_new(); in run_script_worker()
5930 ossl_crypto_mutex_new;