Searched refs:buffernotfull (Results 1 – 1 of 1) sorted by relevance
1595 static CONDITION_VARIABLE buffernotfull = CONDITION_VARIABLE_INIT; variable1614 if (!pSleepConditionVariableCS(&buffernotfull, &buffercrit, sleepinterval)) { in condvar_producer()1652 pWakeConditionVariable(&buffernotfull); in condvar_consumer()1698 pWakeAllConditionVariable (&buffernotfull); in test_condvars_consumer_producer()