Lines Matching refs:fork
227 /* If the clearing failed or the fork failed there's nothing more to do. */
423 pid = fork();
472 * execution. Remember, there was only a fork() so far, and until exec()
582 pid = fork();
714 * - fork once and create a new session (setsid). This will detach us
723 * we will fork() once more to get rid of the session leadership role.
744 /* First fork, to become independent process. */
745 pid_t pid = fork();
802 /* Second fork to lose session leader status. */
803 pid = fork();