/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/cronet/base/win/ |
D | scoped_process_information.cc | 65 process_id_ = process_info.dwProcessId; in Set() 88 process_information.dwProcessId = process_id(); in Take()
|
D | scoped_process_information_unittest.cc | 27 process_information.dwProcessId = kProcessId; in MockCreateProcess() 119 EXPECT_EQ(kProcessId, to_discard.dwProcessId); in TEST_F()
|
/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/webrtc/modules/desktop_capture/win/ |
D | full_screen_win_application_handler.cc | 61 DWORD dwProcessId = 0; in WindowProcessId() local 62 ::GetWindowThreadProcessId(window, &dwProcessId); in WindowProcessId() 63 return dwProcessId; in WindowProcessId()
|
/external/angle/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 100 DWORD dwProcessId = GetCurrentProcessId(), 102 StackWalker(DWORD dwProcessId, HANDLE hProcess);
|
D | StackWalker.cpp | 814 BOOL LoadModules(HANDLE hProcess, DWORD dwProcessId) in LoadModules() argument 817 if (GetModuleListTH32(hProcess, dwProcessId)) in LoadModules() 873 StackWalker::StackWalker(DWORD dwProcessId, HANDLE hProcess) in StackWalker() argument 879 this->m_dwProcessId = dwProcessId; in StackWalker() 883 StackWalker::StackWalker(int options, LPCSTR szSymPath, DWORD dwProcessId, HANDLE hProcess) in StackWalker() argument 889 this->m_dwProcessId = dwProcessId; in StackWalker()
|
/external/crosvm/sandbox/ |
D | bindings.rs | 33 pub dwProcessId: DWORD, field 70 &(*(::std::ptr::null::<_PROCESS_INFORMATION>())).dwProcessId as *const _ as usize in bindgen_test_layout__PROCESS_INFORMATION() 77 stringify!(dwProcessId) in bindgen_test_layout__PROCESS_INFORMATION()
|
/external/grpc-grpc/test/core/util/ |
D | subprocess_windows.cc | 118 GenerateConsoleCtrlEvent(CTRL_BREAK_EVENT, p->pi.dwProcessId); in gpr_subprocess_interrupt()
|
/external/crosvm/sandbox/src/ |
D | lib.rs | 253 dwProcessId: 0, in spawn_target() 285 process_id: target.dwProcessId, in spawn_target()
|
/external/python/setuptools/ |
D | launcher.c | 213 child_pid = p_info.dwProcessId; in create_and_wait_for_subprocess()
|
/external/perfetto/src/base/ |
D | subprocess_windows.cc | 155 s_->pid = proc_info.dwProcessId; in Start()
|
/external/python/cpython2/PC/ |
D | _subprocess.c | 500 pi.dwProcessId, in sp_CreateProcess()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Program.inc | 301 PI.Pid = pi.dwProcessId;
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Program.inc | 381 PI.Pid = pi.dwProcessId;
|
/external/llvm/lib/Support/Windows/ |
D | Program.inc | 382 PI.Pid = pi.dwProcessId;
|
/external/python/cpython3/Modules/ |
D | _winapi.c | 1159 pi.dwProcessId, in _winapi_CreateProcess_impl()
|