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

/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp371 std::map<DWORD, HANDLE> ProcessIDToHandle; local
448 ProcessIDToHandle[DebugEvent.dwProcessId] =
463 ProcessIDToHandle.find(DebugEvent.dwProcessId);
464 if (ExitingProcess == ProcessIDToHandle.end()) {
469 ProcessIDToHandle.erase(ExitingProcess);
498 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1);
532 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1);

Completed in 43 milliseconds