Searched refs:TimeLeft (Results 1 - 1 of 1) sorted by relevance

/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp383 DWORD TimeLeft = INFINITE; local
414 // TotalTimeMiliseconds is greater than Timeout * 1000, TimeLeft would
423 TimeLeft = (Timeout * 1000) - static_cast<uint32_t>(TotalTimeMiliseconds);
425 success = WaitForDebugEvent(&DebugEvent, TimeLeft);

Completed in 28 milliseconds