Searched refs:dwProcessId (Results 1 – 13 of 13) sorted by relevance
/external/llvm/utils/KillTheDoctor/ |
D | KillTheDoctor.cpp | 446 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/ |
D | KillTheDoctor.cpp | 446 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/ |
D | KillTheDoctor.cpp | 485 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/ |
D | win32_functions.c | 155 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/ |
D | Program.inc | 28 DWORD dwProcessId; 48 return wpi->dwProcessId; 298 wpi->dwProcessId = pi.dwProcessId;
|
/external/grpc-grpc/test/core/util/ |
D | subprocess_windows.cc | 118 GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT, p->pi.dwProcessId); in gpr_subprocess_interrupt()
|
/external/python/setuptools/ |
D | launcher.c | 212 child_pid = p_info.dwProcessId; in create_and_wait_for_subprocess()
|
/external/python/cpython2/PC/ |
D | _subprocess.c | 500 pi.dwProcessId, in sp_CreateProcess()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Program.inc | 283 PI.Pid = pi.dwProcessId;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 382 PI.Pid = pi.dwProcessId;
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 382 PI.Pid = pi.dwProcessId;
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 1083 pi.dwProcessId, in _winapi_CreateProcess_impl()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 75 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)
|