Home
last modified time | relevance | path

Searched refs:ossl_crypto_mutex_new (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/thread/
H A Darch.c25 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()
H A Dinternal.c134 t->lock = ossl_crypto_mutex_new(); in ossl_threads_ctx_new()
/openssl/crypto/thread/arch/
H A Dthread_none.c34 CRYPTO_MUTEX *ossl_crypto_mutex_new(void) in ossl_crypto_mutex_new() function
H A Dthread_win.c97 CRYPTO_MUTEX *ossl_crypto_mutex_new(void) in ossl_crypto_mutex_new() function
307 if ((cv->int_m = ossl_crypto_mutex_new()) == NULL) { in ossl_crypto_condvar_new()
H A Dthread_posix.c96 CRYPTO_MUTEX *ossl_crypto_mutex_new(void) in ossl_crypto_mutex_new() function
/openssl/include/internal/
H A Dthread_arch.h43 CRYPTO_MUTEX *ossl_crypto_mutex_new(void);
/openssl/crypto/
H A Dthreads_win.c176 new->write_lock = ossl_crypto_mutex_new(); in ossl_rcu_lock_new()
179 new->alloc_lock = ossl_crypto_mutex_new(); in ossl_rcu_lock_new()
180 new->prior_lock = ossl_crypto_mutex_new(); in ossl_rcu_lock_new()
/openssl/ssl/quic/
H A Dquic_tserver.c96 if ((srv->mutex = ossl_crypto_mutex_new()) == NULL) in ossl_quic_tserver_new()
H A Dquic_impl.c392 if ((qc->mutex = ossl_crypto_mutex_new()) == NULL) { in ossl_quic_new()
/openssl/test/
H A Dquic_multistream_test.c811 if (!TEST_ptr(h->misc_m = ossl_crypto_mutex_new())) in helper_init()
819 if (!TEST_ptr(h->server_thread.m = ossl_crypto_mutex_new())) in helper_init()
1876 h->threads[i].m = ossl_crypto_mutex_new(); in run_script_worker()

Completed in 50 milliseconds