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

/netbsd-current/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp380 DWORD TimeLeft = INFINITE; local
411 // TotalTimeMiliseconds is greater than Timeout * 1000, TimeLeft would
420 TimeLeft = (Timeout * 1000) - static_cast<uint32_t>(TotalTimeMiliseconds);
422 success = WaitForDebugEvent(&DebugEvent, TimeLeft);

Completed in 193 milliseconds