Home
last modified time | relevance | path

Searched refs:cv_p (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/thread/arch/
H A Dthread_posix.c157 pthread_cond_t *cv_p; in ossl_crypto_condvar_new() local
159 if ((cv_p = OPENSSL_zalloc(sizeof(*cv_p))) == NULL) in ossl_crypto_condvar_new()
162 OPENSSL_free(cv_p); in ossl_crypto_condvar_new()
170 pthread_cond_t *cv_p; in ossl_crypto_condvar_wait() local
205 pthread_cond_t *cv_p; in ossl_crypto_condvar_broadcast() local
213 pthread_cond_t *cv_p; in ossl_crypto_condvar_signal() local
216 pthread_cond_signal(cv_p); in ossl_crypto_condvar_signal()
221 pthread_cond_t **cv_p; in ossl_crypto_condvar_free() local
227 if (*cv_p != NULL) in ossl_crypto_condvar_free()
229 OPENSSL_free(*cv_p); in ossl_crypto_condvar_free()
[all …]
H A Dthread_win.c335 if (*cv_p != NULL) { in ossl_crypto_condvar_free()
344 *cv_p = NULL; in ossl_crypto_condvar_free()
536 CONDITION_VARIABLE *cv_p; in ossl_crypto_condvar_new() local
538 if ((cv_p = OPENSSL_zalloc(sizeof(*cv_p))) == NULL) in ossl_crypto_condvar_new()
546 CONDITION_VARIABLE *cv_p; in ossl_crypto_condvar_wait() local
569 CONDITION_VARIABLE *cv_p; in ossl_crypto_condvar_broadcast() local
577 CONDITION_VARIABLE *cv_p; in ossl_crypto_condvar_signal() local
580 WakeConditionVariable(cv_p); in ossl_crypto_condvar_signal()
585 CONDITION_VARIABLE **cv_p; in ossl_crypto_condvar_free() local
588 OPENSSL_free(*cv_p); in ossl_crypto_condvar_free()
[all …]

Completed in 6 milliseconds