Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp368 std::map<DWORD, HANDLE> ProcessIDToHandle; in main() local
445 ProcessIDToHandle[DebugEvent.dwProcessId] = in main()
460 ProcessIDToHandle.find(DebugEvent.dwProcessId); in main()
461 if (ExitingProcess == ProcessIDToHandle.end()) { in main()
466 ProcessIDToHandle.erase(ExitingProcess); in main()
495 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()
529 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()