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

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

Completed in 52 milliseconds