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

Function WaitForMultipleObjects

include/Win32/Win32Lib.h:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215
216template <typename Coll>
217WaitResult WaitForMultipleObjects(const Coll& handles, bool waitAll, DWORD milliSeconds)
218{
219 return WaitForMultipleObjects(handles.data(), handles.data() + handles.size(), waitAll, milliSeconds);
220}
221
222WaitResult WaitForAnyObject(const HANDLE* begin, const HANDLE* end, DWORD milliSeconds);
223

Callers 2

WaitForAnyObjectFunction · 0.70
WaitForAllObjectsFunction · 0.70

Calls 2

dataMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected