| 295 | } |
| 296 | |
| 297 | WaitResult::WaitResult(bool signaled, int index) : |
| 298 | signaled(signaled), |
| 299 | index(index) |
| 300 | { |
| 301 | } |
| 302 | |
| 303 | WaitResult WaitForMultipleObjects(const HANDLE* begin, const HANDLE* end, bool waitAll, DWORD milliSeconds) |
| 304 | { |
nothing calls this directly
no outgoing calls
no test coverage detected