Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/kernel32/
H A Dthread.c245 static DWORD WINAPI threadFunc3(LPVOID p) in threadFunc3() function
560 thread = CreateThread(NULL,0,threadFunc3,NULL, in test_SuspendThread()