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

/external/toybox/toys/pending/
H A Dtcpsvd.c173 pid_t pid_n = wait(&status); local
175 if (pid_n <= 0) return;
176 char *ip = delete(&pids, pid_n);
182 xprintf("%s: end %d exit %d\n",toys.which->name, pid_n, WEXITSTATUS(status));
184 xprintf("%s: end %d signaled %d\n",toys.which->name, pid_n, WTERMSIG(status));

Completed in 97 milliseconds