Searched refs:condvar (Results 1 – 4 of 4) sorted by relevance
29 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()
79 CRYPTO_CONDVAR *condvar; member
29 ossl_crypto_condvar_broadcast(thread->condvar); in thread_start_thunk()
29 ossl_crypto_condvar_signal(thread->condvar); in thread_start_thunk()
Completed in 8 milliseconds