Searched refs:m_pid (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/bsd/atf/dist/tools/ |
| H A D | timers.cpp | 143 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 D | process.cpp | 430 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 D | timers.hpp | 70 const pid_t m_pid; member in tools::timers::child_timer
|
| H A D | process.hpp | 225 pid_t m_pid; member in tools::process::child
|
| /netbsd-src/external/bsd/atf/dist/atf-c/detail/ |
| H A D | process.c | 254 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 D | process.h | 101 pid_t m_pid; member
|
| /netbsd-src/external/bsd/blocklist/diff/ |
| H A D | ssh.diff | 129 if (use_privsep && pmonitor != NULL && pmonitor->m_pid > 0) 130 kill(pmonitor->m_pid, SIGALRM);
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | monitor.h | 88 pid_t m_pid; member
|
| H A D | monitor_wrap.c | 126 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 D | ChangeLog-2017 | 14743 <m_pid>: ...this.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2017 | 14743 <m_pid>: ...this.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 180967 m_pid = 406499,
|