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

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-run/
H A Dtimer.hpp68 const pid_t m_pid; member in class:atf::atf_run::child_timer
H A Dtimer.cpp197 m_pid(pid),
211 ::kill(-m_pid, SIGTERM);
213 if (::kill(-m_pid, 0) != -1)
214 ::kill(-m_pid, SIGKILL);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-run/
H A Dtimer.hpp68 const pid_t m_pid; member in class:atf::atf_run::child_timer
H A Dtimer.cpp108 m_pid(pid),
124 ::kill(m_pid, SIGKILL);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dmonitor.h82 pid_t m_pid; member in struct:monitor
H A Dsshd.c353 if (use_privsep && pmonitor != NULL && pmonitor->m_pid > 0)
354 kill(pmonitor->m_pid, SIGALRM);
654 pmonitor->m_pid = pid;
709 pmonitor->m_pid = fork();
710 if (pmonitor->m_pid == -1)
712 else if (pmonitor->m_pid != 0) {
713 verbose("User child is on pid %ld", (long)pmonitor->m_pid);
H A Dmonitor.c442 monitor_set_child_handler(pmonitor->m_pid);
1401 s->pid = pmonitor->m_pid;
1743 while (waitpid(pmonitor->m_pid, &status, 0) == -1)
H A Dmonitor_wrap.c119 * m_pid is only set in the privileged part, and
122 return (pmonitor && pmonitor->m_pid > 0);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dprocess.h101 pid_t m_pid; member in struct:atf_process_child
H A Dprocess.c254 c->m_pid = 0;
277 if (waitpid(c->m_pid, &status, 0) == -1)
279 c->m_pid);
291 return c->m_pid;
405 c->m_pid = pid;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dprocess.h103 pid_t m_pid; member in struct:atf_process_child
H A Dprocess.c256 c->m_pid = 0;
279 if (waitpid(c->m_pid, &status, 0) == -1)
281 c->m_pid);
293 return c->m_pid;
407 c->m_pid = pid;

Completed in 255 milliseconds