Home
last modified time | relevance | path

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

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp369 std::map<DWORD, HANDLE> ProcessIDToHandle; in main() local
446 ProcessIDToHandle[DebugEvent.dwProcessId] = in main()
461 ProcessIDToHandle.find(DebugEvent.dwProcessId); in main()
462 if (ExitingProcess == ProcessIDToHandle.end()) { in main()
467 ProcessIDToHandle.erase(ExitingProcess); in main()
496 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()
530 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp409 std::map<DWORD, HANDLE> ProcessIDToHandle; in main() local
485 ProcessIDToHandle[DebugEvent.dwProcessId] = in main()
500 ProcessIDToHandle.find(DebugEvent.dwProcessId); in main()
501 if (ExitingProcess == ProcessIDToHandle.end()) { in main()
506 ProcessIDToHandle.erase(ExitingProcess); in main()
535 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()
569 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()