Searched defs:slave_process (Results 1 - 2 of 2) sorted by path

/external/bison/lib/
H A Dspawn-pipe.c114 bool slave_process, bool exit_on_error,
277 if (slave_process)
326 || (slave_process
344 if (slave_process)
365 if (slave_process)
396 bool slave_process, bool exit_on_error,
401 null_stderr, slave_process, exit_on_error,
417 bool slave_process, bool exit_on_error,
423 null_stderr, slave_process, exit_on_error,
441 bool slave_process, boo
109 create_pipe(const char *progname, const char *prog_path, char **prog_argv, bool pipe_stdin, bool pipe_stdout, const char *prog_stdin, const char *prog_stdout, bool null_stderr, bool slave_process, bool exit_on_error, int fd[2]) argument
393 create_pipe_bidi(const char *progname, const char *prog_path, char **prog_argv, bool null_stderr, bool slave_process, bool exit_on_error, int fd[2]) argument
414 create_pipe_in(const char *progname, const char *prog_path, char **prog_argv, const char *prog_stdin, bool null_stderr, bool slave_process, bool exit_on_error, int fd[1]) argument
438 create_pipe_out(const char *progname, const char *prog_path, char **prog_argv, const char *prog_stdout, bool null_stderr, bool slave_process, bool exit_on_error, int fd[1]) argument
[all...]
H A Dwait-process.c195 bool slave_process, bool exit_on_error,
202 /* Use of waitid() with WNOWAIT avoids a race condition: If slave_process is
214 if (waitid (P_PID, child, &info, WEXITED | (slave_process ? WNOWAIT : 0))
237 if (slave_process)
330 if (slave_process)
193 wait_subprocess(pid_t child, const char *progname, bool ignore_sigpipe, bool null_stderr, bool slave_process, bool exit_on_error, int *termsigp) argument

Completed in 246 milliseconds