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