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

Method WaitResult

Win32Lib/Win32Lib.cpp:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297WaitResult::WaitResult(bool signaled, int index) :
298 signaled(signaled),
299 index(index)
300{
301}
302
303WaitResult WaitForMultipleObjects(const HANDLE* begin, const HANDLE* end, bool waitAll, DWORD milliSeconds)
304{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected