Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp362 std::map<DWORD, HANDLE> ProcessIDToHandle; in main() local
439 ProcessIDToHandle[DebugEvent.dwProcessId] = in main()
454 ProcessIDToHandle.find(DebugEvent.dwProcessId); in main()
455 if (ExitingProcess == ProcessIDToHandle.end()) { in main()
460 ProcessIDToHandle.erase(ExitingProcess); in main()
489 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()
523 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()