Searched refs:m_child (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dprocess.cpp288 m_child(c),
296 ::kill(atf_process_child_pid(&m_child), SIGTERM);
299 atf_error_t err = atf_process_child_wait(&m_child, &s);
310 atf_error_t err = atf_process_child_wait(&m_child, &s);
322 return atf_process_child_pid(&m_child);
328 return atf_process_child_stdout(&m_child);
334 return atf_process_child_stderr(&m_child);
H A Dprocess.hpp205 atf_process_child_t m_child; member in class:atf::process::child

Completed in 111 milliseconds