Lines Matching refs:process

65 #include <sys/contract/process.h>
208 /* flush standard i/o before creating new process */
214 * create new process to execute command in;
216 * memory space - this means that the child process may
227 * This is the forked (child) process ======================
261 * This is the forking (parent) process ====================
324 /* break loop if child process status reaped */
338 * If the child process terminated due to a call to exit(), then
339 * set results equal to the 8-bit exit status of the child process;
378 * NOT returned, and the process will exit when completed.
523 fd = open64(CTFS_ROOT "/process/template", O_RDWR);
561 * Prepare envp array for exec'd process.
660 * -1 : failure to exec process
730 *r_status = -1; /* -1 : failure to exec process */
774 /* flush standard i/o before creating new process */
791 * fork off a new process to execute command in;
792 * fork1() is used instead of vfork() so the child process can
793 * perform operations that would modify the parent process if
823 * This is the forked (child) process
861 * This is the forking (parent) process
865 /* register child process i.d. so signal handlers can pass signal on */
960 * wait for the process to exit, reap child exit status
967 /* break loop if child process status reaped */
980 /* reset child process i.d. so signal handlers do not pass signals on */
985 * If the child process terminated due to a call to exit(), then
986 * set results equal to the 8-bit exit status of the child process;
997 *r_status = -1; /* -1 : failure to exec process */
1045 * this process now.