Home
last modified time | relevance | path

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

/PHP-5.5/sapi/isapi/stresstest/
H A Dstresstest.cpp58 HANDLE waitEvent; member
676 context.waitEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in stress_main()
700 WaitForSingleObject(context.waitEvent, INFINITE); in stress_main()
702 CloseHandle(context.waitEvent); in stress_main()
828 SetEvent(c->waitEvent); in ServerSupportFunction()

Completed in 10 milliseconds