Searched refs:ossl_crypto_condvar_wait (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/thread/ |
H A D | arch.c | 57 ossl_crypto_condvar_wait(thread->condvar, thread->statelock); in ossl_crypto_thread_native_join() 65 ossl_crypto_condvar_wait(thread->condvar, thread->statelock); in ossl_crypto_thread_native_join()
|
H A D | internal.c | 56 ossl_crypto_condvar_wait(tdata->cond_finished, tdata->lock); in ossl_crypto_thread_start()
|
/openssl/crypto/thread/arch/ |
H A D | thread_none.c | 61 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex) in ossl_crypto_condvar_wait() function
|
H A D | thread_win.c | 484 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *ext_m) in ossl_crypto_condvar_wait() function 544 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex) in ossl_crypto_condvar_wait() function
|
H A D | thread_posix.c | 168 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex) in ossl_crypto_condvar_wait() function
|
/openssl/include/internal/ |
H A D | thread_arch.h | 50 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex);
|
/openssl/crypto/ |
H A D | threads_win.c | 340 ossl_crypto_condvar_wait(lock->alloc_signal, lock->alloc_lock); in update_qp() 406 ossl_crypto_condvar_wait(lock->prior_signal, lock->prior_lock); in ossl_synchronize_rcu()
|
/openssl/test/ |
H A D | quic_multistream_test.c | 577 ossl_crypto_condvar_wait(h->server_thread.c, h->server_thread.m); in server_helper_thread() 2746 ossl_crypto_condvar_wait(h->misc_cv, h->misc_m); in script_20_wait()
|
Completed in 26 milliseconds