Lines Matching full:subprocess
1 /* Waiting for a subprocess to finish.
34 /* Wait for a subprocess to finish. Return its exit code.
38 - child is the pid of the subprocess.
39 - progname is the name of the program executed by the subprocess, used for
41 - If ignore_sigpipe is true, consider a subprocess termination due to
46 This is suitable when the subprocess does not fulfill an important task.
52 terminated the subprocess (if supported by the platform: not on native
54 that terminated the subprocess will be omitted.
62 /* Register a subprocess as being a slave process. This means that the
63 subprocess will be terminated when its creator receives a catchable fatal
65 notices that the subprocess has exited. */