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

Function WaitForAllObjects

include/Win32/Win32Lib.h:233–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231
232template <typename Coll>
233WaitResult WaitForAllObjects(const Coll& handles, DWORD milliSeconds)
234{
235 return WaitForMultipleObjects(handles, true, milliSeconds);
236}
237
238bool IsProcessRunning(HANDLE handle);
239

Callers

nothing calls this directly

Calls 1

WaitForMultipleObjectsFunction · 0.70

Tested by

no test coverage detected