MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / WaitForAllObjects

Function WaitForAllObjects

Win32Lib/Win32Lib.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320}
321
322WaitResult WaitForAllObjects(const HANDLE* begin, const HANDLE* end, DWORD milliSeconds)
323{
324 return WaitForMultipleObjects(begin, end, true, milliSeconds);
325}
326
327bool IsProcessRunning(HANDLE handle)
328{

Callers

nothing calls this directly

Calls 1

WaitForMultipleObjectsFunction · 0.70

Tested by

no test coverage detected