Home
last modified time | relevance | path

Searched refs:proc_info (Results 1 – 23 of 23) sorted by relevance

/third_party/boost/boost/process/detail/windows/
Dchild_handle.hpp24 ::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 …]
Dwait_for_exit.hpp39 ::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()
Dterminate.hpp30 ::boost::winapi::CloseHandle(p.proc_info.hProcess); in terminate()
31 p.proc_info.hProcess = ::boost::winapi::INVALID_HANDLE_VALUE_; in terminate()
Dexecutor.hpp199 … &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};
Dgroup_ref.hpp43 if (!::boost::winapi::AssignProcessToJobObject(handle, exec.proc_info.hProcess)) in on_success()
Dio_context_ref.hpp96 ::boost::winapi::PROCESS_INFORMATION_ & proc = exec.proc_info; in on_success()
/third_party/toybox/toys/pending/
Dlsof.c32 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/
Dexec_process.cc109 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/
DGinit.c68 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/
DGinit.c62 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/
DGinit.c68 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/
DGinit.c95 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/
DGinit.c73 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/
Dextend.hpp306 ::boost::detail::winapi::PROCESS_INFORMATION_ proc_info{nullptr, nullptr, 0,0};
/third_party/libunwind/src/x86/
DGinit.c58 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/
DGinit.c115 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/
DNOTES64 This info is stored in a separate proc_info structure and needs
DGinit.c57 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/
DGinit.c77 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/
DGinit.c57 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/
DGinit.c79 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/
DGinit.c72 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/
DGex_tables.c558 arm_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *proc_info, void *arg) in arm_put_unwind_info() argument