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

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

Completed in 190 milliseconds