Home
last modified time | relevance | path

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

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