Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dsync.c2465 static DWORD WINAPI alertable_wait_thread(void *param) in alertable_wait_thread() function
2520 thread = CreateThread(NULL, 0, alertable_wait_thread, semaphores, 0, NULL); in test_alertable_wait()