Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dsync.c1594 static CONDITION_VARIABLE buffernotempty = CONDITION_VARIABLE_INIT; variable
1626 pWakeConditionVariable(&buffernotempty); in condvar_producer()
1639 if (!pSleepConditionVariableCS (&buffernotempty, &buffercrit, sleepinterval)) { in condvar_consumer()
1677 pInitializeConditionVariable(&buffernotempty); in test_condvars_consumer_producer()
1699 pWakeAllConditionVariable (&buffernotempty); in test_condvars_consumer_producer()