Lines Matching defs:pid
1239 fprintf(stderr, "%s (pid = %ld)\n", argv[0], GetCurrentProcessId());2096 int pid;2098 pid = child_execute_job (0, 1, nargv, environ);2102 pid = wait (&status);2103 } while (pid <= 0);