Lines Matching refs:pid
1086 "pid directory=%s\n"1462 int pid, status;1471 pid = fork();1472 if (pid == 0) {1489 } else if (pid > 0) {1490 while (waitpid(pid, &status, 0) != pid) {