Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds