Searched refs:num_wait (Results 1 – 1 of 1) sorted by relevance
293 size_t num_wait; /* Num. threads currently blocked */ member325 cv->num_wait = 0; in ossl_crypto_condvar_new()387 ++cv->num_wait; in ossl_crypto_condvar_wait_timeout()473 assert(cv->num_wait > 0); in ossl_crypto_condvar_wait_timeout()474 --cv->num_wait; in ossl_crypto_condvar_wait_timeout()496 num_wake = cv->num_wait; in ossl_crypto_condvar_broadcast()503 cv->num_wait -= num_wake; in ossl_crypto_condvar_broadcast()516 if (cv->num_wait == 0) { in ossl_crypto_condvar_signal()525 --cv->num_wait; in ossl_crypto_condvar_signal()
Completed in 6 milliseconds