Lines Matching refs:pid
958 "pid directory=%s\n"1334 int pid, status;1343 pid = fork();1344 if (pid == 0) {1361 } else if (pid > 0) {1362 while (waitpid(pid, &status, 0) != pid) {