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

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

Completed in 195 milliseconds