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

/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp370 std::map<DWORD, HANDLE> ProcessIDToHandle; local
447 ProcessIDToHandle[DebugEvent.dwProcessId] =
462 ProcessIDToHandle.find(DebugEvent.dwProcessId);
463 if (ExitingProcess == ProcessIDToHandle.end()) {
468 ProcessIDToHandle.erase(ExitingProcess);
497 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1);
531 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1);

Completed in 467 milliseconds