Home
last modified time | relevance | path

Searched refs:m_pid (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/atf/dist/tools/
H A Dtimers.cpp143 m_pid(pid), in child_timer()
157 ::kill(-m_pid, SIGTERM); in timeout_callback()
159 if (::kill(-m_pid, 0) != -1) in timeout_callback()
160 ::kill(-m_pid, SIGKILL); in timeout_callback()
H A Dprocess.cpp430 m_pid(pid_arg), in child()
440 ::kill(m_pid, SIGTERM); in ~child()
457 if (::waitpid(m_pid, &s, 0) == -1) in wait()
459 "process " + text::to_string(m_pid), errno); in wait()
476 return m_pid; in pid()
H A Dtimers.hpp70 const pid_t m_pid; member in tools::timers::child_timer
H A Dprocess.hpp225 pid_t m_pid; member in tools::process::child
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dprocess.c254 c->m_pid = 0; in atf_process_child_init()
277 if (waitpid(c->m_pid, &status, 0) == -1) in atf_process_child_wait()
279 c->m_pid); in atf_process_child_wait()
291 return c->m_pid; in atf_process_child_pid()
405 c->m_pid = pid; in do_parent()
H A Dprocess.h101 pid_t m_pid; member
/netbsd-src/external/bsd/blocklist/diff/
H A Dssh.diff129 if (use_privsep && pmonitor != NULL && pmonitor->m_pid > 0)
130 kill(pmonitor->m_pid, SIGALRM);
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dmonitor.h88 pid_t m_pid; member
H A Dmonitor_wrap.c126 return (pmonitor && pmonitor->m_pid > 0); in mm_is_monitor()
136 while (waitpid(pmonitor->m_pid, &status, 0) == -1) { in mm_reap()
139 pmonitor->m_pid = -1; in mm_reap()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201714743 <m_pid>: ...this.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201714743 <m_pid>: ...this.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git180967 m_pid = 406499,