Home
last modified time | relevance | path

Searched refs:pid (Results 1 – 5 of 5) sorted by relevance

/build/tools/atree/
Dfs.cpp153 pid_t pid = fork(); in strip_file() local
154 if (pid == -1) { in strip_file()
157 } else if (pid == 0) { in strip_file()
208 waitpid(pid, &status, 0); in strip_file()
/build/kati/
Dstats.go30 pid int member
93 if t.pid == 0 {
94 t.pid = os.Getpid()
99 t.pid,
Dfileutil.cc76 int pid; in RunCommand() local
77 if ((pid = vfork())) { in RunCommand()
81 int result = waitpid(pid, &status, WNOHANG); in RunCommand()
/build/tools/makeparallel/
Dmakeparallel.cpp339 pid_t pid = fork(); in main() local
340 if (pid < 0) { in main()
342 } else if (pid == 0) { in main()
356 int ret = waitid(P_PID, pid, &status, WEXITED); in main()
/build/
Denvsetup.sh959 function pid() function