Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dsync.c1603 static DWORD WINAPI condvar_producer(LPVOID x) { in condvar_producer() function
1684 hp1 = CreateThread(NULL, 0, condvar_producer, NULL, 0, &dummy); in test_condvars_consumer_producer()
1685 hp2 = CreateThread(NULL, 0, condvar_producer, NULL, 0, &dummy); in test_condvars_consumer_producer()
1686 hp3 = CreateThread(NULL, 0, condvar_producer, NULL, 0, &dummy); in test_condvars_consumer_producer()