Lines Matching defs:pid
418 pid_t pid;438 if ((pid = fork()) == 0) {466 if (pid < 0)472 while (waitpid(pid, &status, 0) == -1) {