Home
last modified time | relevance | path

Searched refs:condvar (Results 1 – 4 of 4) sorted by relevance

/openssl/crypto/thread/
H A Darch.c29 if ((handle->condvar = ossl_crypto_condvar_new()) == NULL) in ossl_crypto_thread_native_start()
40 ossl_crypto_condvar_free(&handle->condvar); in ossl_crypto_thread_native_start()
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()
86 ossl_crypto_condvar_signal(thread->condvar); in ossl_crypto_thread_native_join()
100 ossl_crypto_condvar_signal(thread->condvar); in ossl_crypto_thread_native_join()
126 ossl_crypto_condvar_free(&handle->condvar); in ossl_crypto_thread_native_clean()
/openssl/include/internal/
H A Dthread_arch.h79 CRYPTO_CONDVAR *condvar; member
/openssl/crypto/thread/arch/
H A Dthread_posix.c29 ossl_crypto_condvar_broadcast(thread->condvar); in thread_start_thunk()
H A Dthread_win.c29 ossl_crypto_condvar_signal(thread->condvar); in thread_start_thunk()

Completed in 11 milliseconds