Lines Matching defs:child
654 atf::process::child child =
660 impl::pistream outin(child.stdout_fd());
665 const atf::process::status status = child.wait();
742 atf::process::child child =
754 const pid_t child_pid = child.pid();
757 impl::file_handle outfh = child.stdout_fd();
758 impl::file_handle errfh = child.stderr_fd();
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