Searched refs:CRYPTO_CONDVAR (Results 1 – 4 of 4) sorted by relevance
41 typedef struct crypto_condvar_st CRYPTO_CONDVAR; typedef49 CRYPTO_CONDVAR *ossl_crypto_condvar_new(void);50 void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex);51 void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex,53 void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv);54 void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv);55 void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv);79 CRYPTO_CONDVAR *condvar;
47 CRYPTO_CONDVAR *cv;
34 CRYPTO_CONDVAR *cond_finished;
115 CRYPTO_CONDVAR *notifier_cv;
Completed in 8 milliseconds