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

/bind-9.6-ESV-R11/unit/atf-src/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.hpp204 atf_process_child_t m_child; member in class:atf::process::child

Completed in 18 milliseconds