Lines Matching refs:process
50 #include "atf-c++/detail/process.hpp"
654 atf::process::child child =
655 atf::process::fork(get_metadata_child,
656 atf::process::stream_capture(),
657 atf::process::stream_inherit(),
665 const atf::process::status status = child.wait();
727 std::pair< std::string, atf::process::status >
742 atf::process::child child =
743 atf::process::fork(run_test_case_child,
744 atf::process::stream_capture(),
745 atf::process::stream_capture(),
777 atf::process::status status = child.wait();
782 // Don't assume the child process has been signaled due to the timeout
783 // expiration as older versions did. The child process may have exited
784 // but we may have timed out due to a subchild process getting stuck.