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

/bind-9.6-ESV-R11/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.cpp197 m_pid(pid),
211 ::kill(-m_pid, SIGTERM);
213 if (::kill(-m_pid, 0) != -1)
214 ::kill(-m_pid, SIGKILL);
/bind-9.6-ESV-R11/unit/atf-src/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;

Completed in 12 milliseconds