Searched refs:cv_p (Results 1 – 2 of 2) sorted by relevance
157 pthread_cond_t *cv_p; in ossl_crypto_condvar_new() local159 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() local205 pthread_cond_t *cv_p; in ossl_crypto_condvar_broadcast() local213 pthread_cond_t *cv_p; in ossl_crypto_condvar_signal() local216 pthread_cond_signal(cv_p); in ossl_crypto_condvar_signal()221 pthread_cond_t **cv_p; in ossl_crypto_condvar_free() local227 if (*cv_p != NULL) in ossl_crypto_condvar_free()229 OPENSSL_free(*cv_p); in ossl_crypto_condvar_free()[all …]
335 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() local538 if ((cv_p = OPENSSL_zalloc(sizeof(*cv_p))) == NULL) in ossl_crypto_condvar_new()546 CONDITION_VARIABLE *cv_p; in ossl_crypto_condvar_wait() local569 CONDITION_VARIABLE *cv_p; in ossl_crypto_condvar_broadcast() local577 CONDITION_VARIABLE *cv_p; in ossl_crypto_condvar_signal() local580 WakeConditionVariable(cv_p); in ossl_crypto_condvar_signal()585 CONDITION_VARIABLE **cv_p; in ossl_crypto_condvar_free() local588 OPENSSL_free(*cv_p); in ossl_crypto_condvar_free()[all …]
Completed in 7 milliseconds