Home
last modified time | relevance | path

Searched refs:dwProcessId (Results 1 – 13 of 13) 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-7.0/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/grpc-grpc/test/core/util/
Dsubprocess_windows.cc118 GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT, p->pi.dwProcessId); in gpr_subprocess_interrupt()
/external/python/setuptools/
Dlauncher.c212 child_pid = p_info.dwProcessId; in create_and_wait_for_subprocess()
/external/python/cpython2/PC/
D_subprocess.c500 pi.dwProcessId, in sp_CreateProcess()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProgram.inc283 PI.Pid = pi.dwProcessId;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc382 PI.Pid = pi.dwProcessId;
/external/llvm/lib/Support/Windows/
DProgram.inc382 PI.Pid = pi.dwProcessId;
/external/python/cpython3/Modules/
D_winapi.c1083 pi.dwProcessId, in _winapi_CreateProcess_impl()
/external/syzkaller/sys/windows/
Dwindows.txt75 ContinueDebugEvent(dwProcessId int32, dwThreadId int32, dwContinueStatus int32)
77 DebugActiveProcess(dwProcessId int32)
78 DebugActiveProcessStop(dwProcessId int32)
232 ProcessIdToSessionId(dwProcessId int32, pSessionId ptr[inout, int32])
250 OpenProcess(dwDesiredAccess int32, bInheritHandle int32, dwProcessId int32) HANDLE
1524 AllowSetForegroundWindow(dwProcessId int32)
1905 AttachConsole(dwProcessId int32)