Searched refs:pid (Results 1 - 7 of 7) sorted by relevance

/build/make/tools/atree/
H A Dfs.cpp153 pid_t pid = fork(); local
154 if (pid == -1) {
157 } else if (pid == 0) {
206 // Wait for child pid and return its exit code.
208 waitpid(pid, &status, 0);
/build/tools/atree/
H A Dfs.cpp153 pid_t pid = fork(); local
154 if (pid == -1) {
157 } else if (pid == 0) {
206 // Wait for child pid and return its exit code.
208 waitpid(pid, &status, 0);
/build/make/tools/makeparallel/
H A Dmakeparallel.cpp358 static pid_t pid; local
366 if (signal == SIGTERM && pid > 0) {
367 kill(pid, signal);
381 pid = fork();
382 if (pid < 0) {
384 } else if (pid == 0) {
408 ret = waitid(P_PID, pid, &status, WEXITED);
/build/tools/makeparallel/
H A Dmakeparallel.cpp358 static pid_t pid; local
366 if (signal == SIGTERM && pid > 0) {
367 kill(pid, signal);
381 pid = fork();
382 if (pid < 0) {
384 } else if (pid == 0) {
408 ret = waitid(P_PID, pid, &status, WEXITED);
/build/kati/
H A Dfileutil.cc85 int pid; local
86 if ((pid = vfork())) {
90 int result = waitpid(pid, &status, WNOHANG);
/build/
H A Denvsetup.sh977 # <pid> <procname>
986 echo "usage: qpid [[--exact] <process name|pid>"
1000 function pid() function
1017 echo "usage: pid [--exact] <process name>"
1053 # $1 = PID of process (e.g., $(pid mediaserver))
1070 # $1 = PID of process (e.g., $(pid mediaserver))
1113 local PIDLIST="$(pid $1)"
1122 echo "usage: stacks [pid|process name]"
1341 echo "Usage: runhat [ -d | -e | -s serial ] target-pid"
/build/make/
H A Denvsetup.sh977 # <pid> <procname>
986 echo "usage: qpid [[--exact] <process name|pid>"
1000 function pid() function
1017 echo "usage: pid [--exact] <process name>"
1053 # $1 = PID of process (e.g., $(pid mediaserver))
1070 # $1 = PID of process (e.g., $(pid mediaserver))
1113 local PIDLIST="$(pid $1)"
1122 echo "usage: stacks [pid|process name]"
1341 echo "Usage: runhat [ -d | -e | -s serial ] target-pid"

Completed in 984 milliseconds