Symbol: CRYPTO_CONDVAR
crypto/openssl/crypto/thread/arch/thread_none.c
56
CRYPTO_CONDVAR *ossl_crypto_condvar_new(void)
crypto/openssl/crypto/thread/arch/thread_none.c
61
void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex)
crypto/openssl/crypto/thread/arch/thread_none.c
65
void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex,
crypto/openssl/crypto/thread/arch/thread_none.c
70
void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv)
crypto/openssl/crypto/thread/arch/thread_none.c
74
void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv)
crypto/openssl/crypto/thread/arch/thread_none.c
78
void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv)
crypto/openssl/crypto/thread/arch/thread_posix.c
155
CRYPTO_CONDVAR *ossl_crypto_condvar_new(void)
crypto/openssl/crypto/thread/arch/thread_posix.c
165
return (CRYPTO_CONDVAR *)cv_p;
crypto/openssl/crypto/thread/arch/thread_posix.c
168
void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex)
crypto/openssl/crypto/thread/arch/thread_posix.c
178
void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex,
crypto/openssl/crypto/thread/arch/thread_posix.c
203
void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv)
crypto/openssl/crypto/thread/arch/thread_posix.c
211
void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv)
crypto/openssl/crypto/thread/arch/thread_posix.c
219
void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv)
crypto/openssl/crypto/thread/arch/thread_win.c
300
CRYPTO_CONDVAR *ossl_crypto_condvar_new(void)
crypto/openssl/crypto/thread/arch/thread_win.c
330
return (CRYPTO_CONDVAR *)cv;
crypto/openssl/crypto/thread/arch/thread_win.c
333
void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv_p)
crypto/openssl/crypto/thread/arch/thread_win.c
357
void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv_, CRYPTO_MUTEX *ext_m,
crypto/openssl/crypto/thread/arch/thread_win.c
484
void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *ext_m)
crypto/openssl/crypto/thread/arch/thread_win.c
489
void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv_)
crypto/openssl/crypto/thread/arch/thread_win.c
510
void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv_)
crypto/openssl/crypto/thread/arch/thread_win.c
534
CRYPTO_CONDVAR *ossl_crypto_condvar_new(void)
crypto/openssl/crypto/thread/arch/thread_win.c
541
return (CRYPTO_CONDVAR *)cv_p;
crypto/openssl/crypto/thread/arch/thread_win.c
544
void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex)
crypto/openssl/crypto/thread/arch/thread_win.c
554
void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex,
crypto/openssl/crypto/thread/arch/thread_win.c
567
void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv)
crypto/openssl/crypto/thread/arch/thread_win.c
575
void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv)
crypto/openssl/crypto/thread/arch/thread_win.c
583
void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv)
crypto/openssl/crypto/threads_win.c
114
CRYPTO_CONDVAR *alloc_signal;
crypto/openssl/crypto/threads_win.c
120
CRYPTO_CONDVAR *prior_signal;
crypto/openssl/include/internal/quic_reactor.h
115
CRYPTO_CONDVAR *notifier_cv;
crypto/openssl/include/internal/quic_thread_assist.h
47
CRYPTO_CONDVAR *cv;
crypto/openssl/include/internal/thread.h
34
CRYPTO_CONDVAR *cond_finished;
crypto/openssl/include/internal/thread_arch.h
48
CRYPTO_CONDVAR *ossl_crypto_condvar_new(void);
crypto/openssl/include/internal/thread_arch.h
49
void ossl_crypto_condvar_wait(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex);
crypto/openssl/include/internal/thread_arch.h
50
void ossl_crypto_condvar_wait_timeout(CRYPTO_CONDVAR *cv, CRYPTO_MUTEX *mutex,
crypto/openssl/include/internal/thread_arch.h
52
void ossl_crypto_condvar_broadcast(CRYPTO_CONDVAR *cv);
crypto/openssl/include/internal/thread_arch.h
53
void ossl_crypto_condvar_signal(CRYPTO_CONDVAR *cv);
crypto/openssl/include/internal/thread_arch.h
54
void ossl_crypto_condvar_free(CRYPTO_CONDVAR **cv);
crypto/openssl/include/internal/thread_arch.h
78
CRYPTO_CONDVAR *condvar;
crypto/openssl/test/helpers/quictestlib.c
77
static CRYPTO_CONDVAR *client_ready_cond = NULL;
crypto/openssl/test/quic_multistream_test.c
116
CRYPTO_CONDVAR *c;
crypto/openssl/test/quic_multistream_test.c
86
CRYPTO_CONDVAR *misc_cv;