/third_party/boost/boost/process/detail/windows/ |
D | child_handle.hpp | 24 ::boost::winapi::PROCESS_INFORMATION_ proc_info{nullptr, nullptr, 0,0}; 27 proc_info(pi) in child_handle() 31 proc_info{nullptr, nullptr, 0,0} in child_handle() 40 proc_info.hProcess = h; 41 proc_info.dwProcessId = pid; 47 ::boost::winapi::CloseHandle(proc_info.hProcess); in ~child_handle() 48 ::boost::winapi::CloseHandle(proc_info.hThread); in ~child_handle() 51 child_handle(child_handle && c) : proc_info(c.proc_info) in child_handle() 53 c.proc_info.hProcess = ::boost::winapi::invalid_handle_value; in child_handle() 54 c.proc_info.hThread = ::boost::winapi::invalid_handle_value; in child_handle() [all …]
|
D | wait_for_exit.hpp | 39 ::boost::winapi::CloseHandle(p.proc_info.hProcess); in wait() 40 p.proc_info.hProcess = ::boost::winapi::INVALID_HANDLE_VALUE_; in wait() 82 ::boost::winapi::CloseHandle(p.proc_info.hProcess); in wait_until() 83 p.proc_info.hProcess = ::boost::winapi::INVALID_HANDLE_VALUE_; in wait_until()
|
D | terminate.hpp | 30 ::boost::winapi::CloseHandle(p.proc_info.hProcess); in terminate() 31 p.proc_info.hProcess = ::boost::winapi::INVALID_HANDLE_VALUE_; in terminate()
|
D | executor.hpp | 199 … &proc_info); // LPPROCESS_INFORMATION_ lpProcessInformation) in operator ()() 201 child c{child_handle(proc_info), exit_status}; in operator ()() 245 ::boost::winapi::PROCESS_INFORMATION_ proc_info{nullptr, nullptr, 0,0};
|
D | group_ref.hpp | 43 if (!::boost::winapi::AssignProcessToJobObject(handle, exec.proc_info.hProcess)) in on_success()
|
D | io_context_ref.hpp | 96 ::boost::winapi::PROCESS_INFORMATION_ & proc = exec.proc_info; in on_success()
|
/third_party/toybox/toys/pending/ |
D | lsof.c | 32 struct proc_info { struct 41 struct proc_info pi; argument 289 struct file_info *new_file_info(struct proc_info *pi, const char *fd) in new_file_info() 305 static void visit_symlink(struct proc_info *pi, char *name, char *path) in visit_symlink() 329 static void visit_maps(struct proc_info *pi) in visit_maps() 363 static void visit_fds(struct proc_info *pi) in visit_fds() 386 struct proc_info pi; in lsof_pid()
|
/third_party/gn/src/gn/ |
D | exec_process.cc | 109 base::win::ScopedProcessInformation proc_info(temp_process_info); in ExecProcess() local 133 WaitForSingleObject(proc_info.process_handle(), INFINITE); in ExecProcess() 136 GetExitCodeProcess(proc_info.process_handle(), &dw_exit_code); in ExecProcess()
|
/third_party/libunwind/src/tilegx/ |
D | Ginit.c | 68 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/sh/ |
D | Ginit.c | 62 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/hppa/ |
D | Ginit.c | 68 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/ppc32/ |
D | Ginit.c | 95 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/mips/ |
D | Ginit.c | 73 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/boost/boost/process/ |
D | extend.hpp | 306 ::boost::detail::winapi::PROCESS_INFORMATION_ proc_info{nullptr, nullptr, 0,0};
|
/third_party/libunwind/src/x86/ |
D | Ginit.c | 58 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/ppc64/ |
D | Ginit.c | 115 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/ia64/ |
D | NOTES | 64 This info is stored in a separate proc_info structure and needs
|
D | Ginit.c | 57 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/s390x/ |
D | Ginit.c | 77 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/x86_64/ |
D | Ginit.c | 57 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/riscv/ |
D | Ginit.c | 79 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/aarch64/ |
D | Ginit.c | 72 put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in put_unwind_info() argument
|
/third_party/libunwind/src/arm/ |
D | Gex_tables.c | 558 arm_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in arm_put_unwind_info() argument
|