Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dsync.c1595 static CONDITION_VARIABLE buffernotfull = CONDITION_VARIABLE_INIT; variable
1614 if (!pSleepConditionVariableCS(&buffernotfull, &buffercrit, sleepinterval)) { in condvar_producer()
1652 pWakeConditionVariable(&buffernotfull); in condvar_consumer()
1698 pWakeAllConditionVariable (&buffernotfull); in test_condvars_consumer_producer()