Lines Matching full:process
35 They return the process id of the subprocess. They also return in fd[]
38 process exits with an error message; otherwise, an error message is given
43 to get rid of the subprocess in the process table.
45 If slave_process is true, the child process will be terminated when its
47 slave_process is false, the child process will continue running in this
51 If exit_on_error is false, a child process id of -1 should be treated the
76 /* Open a pipe for output to a child process.
82 * Note: When writing to a child process, it is useful to ignore the SIGPIPE
91 /* Open a pipe for input from a child process.
111 * Note: When writing to a child process, it is useful to ignore the SIGPIPE
114 * Note: The parent process must be careful to avoid deadlock.