Home
last modified time | relevance | path

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

/external/llvm/utils/KillTheDoctor/
DKillTheDoctor.cpp446 ProcessIDToHandle[DebugEvent.dwProcessId] = in main()
456 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId) in main()
461 ProcessIDToHandle.find(DebugEvent.dwProcessId); in main()
496 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()
530 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()
542 success = ContinueDebugEvent(DebugEvent.dwProcessId, in main()
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
DKillTheDoctor.cpp485 ProcessIDToHandle[DebugEvent.dwProcessId] = in main()
495 if (DebugEvent.dwProcessId == ProcessInfo.dwProcessId) in main()
500 ProcessIDToHandle.find(DebugEvent.dwProcessId); in main()
535 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()
569 ::TerminateProcess(ProcessIDToHandle[DebugEvent.dwProcessId], -1); in main()
581 success = ContinueDebugEvent(DebugEvent.dwProcessId, in main()
/external/python/cpython2/Modules/_multiprocessing/
Dwin32_functions.c155 DWORD dwProcessId; in win32_OpenProcess() local
159 &dwDesiredAccess, &bInheritHandle, &dwProcessId)) in win32_OpenProcess()
162 handle = OpenProcess(dwDesiredAccess, bInheritHandle, dwProcessId); in win32_OpenProcess()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProgram.inc28 DWORD dwProcessId;
48 return wpi->dwProcessId;
298 wpi->dwProcessId = pi.dwProcessId;
/external/python/cpython2/PC/
D_subprocess.c484 pi.dwProcessId, in sp_CreateProcess()
/external/llvm/lib/Support/Windows/
DProgram.inc382 PI.Pid = pi.dwProcessId;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc382 PI.Pid = pi.dwProcessId;