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

Function WaitForAnyObject

include/Win32/Win32Lib.h:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224template <typename Coll>
225WaitResult WaitForAnyObject(const Coll& handles, DWORD milliSeconds)
226{
227 return WaitForMultipleObjects(handles, false, milliSeconds);
228}
229
230WaitResult WaitForAllObjects(const HANDLE* begin, const HANDLE* end, DWORD milliSeconds);
231

Callers

nothing calls this directly

Calls 1

WaitForMultipleObjectsFunction · 0.70

Tested by

no test coverage detected