Home
last modified time | relevance | path

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

/include/internal/
A Dthread_arch.h41 typedef struct crypto_condvar_st CRYPTO_CONDVAR; typedef
49 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;
A Dquic_thread_assist.h47 CRYPTO_CONDVAR *cv;
A Dthread.h34 CRYPTO_CONDVAR *cond_finished;
A Dquic_reactor.h115 CRYPTO_CONDVAR *notifier_cv;

Completed in 8 milliseconds