Searched refs:cond_finished (Results 1 – 2 of 2) sorted by relevance
56 ossl_crypto_condvar_wait(tdata->cond_finished, tdata->lock); in ossl_crypto_thread_start()90 ossl_crypto_condvar_signal(tdata->cond_finished); in ossl_crypto_thread_join()135 t->cond_finished = ossl_crypto_condvar_new(); in ossl_threads_ctx_new()137 if (t->lock == NULL || t->cond_finished == NULL) in ossl_threads_ctx_new()155 ossl_crypto_condvar_free(&t->cond_finished); in ossl_threads_ctx_free()
34 CRYPTO_CONDVAR *cond_finished; member
Completed in 7 milliseconds