Searched refs:pid_n (Results 1 – 1 of 1) sorted by relevance
172 pid_t pid_n = wait(&status); in handle_exit() local174 if (pid_n <= 0) return; in handle_exit()175 char *ip = delete(&pids, pid_n); in handle_exit()181 xprintf("%s: end %d exit %d\n",toys.which->name, pid_n, WEXITSTATUS(status)); in handle_exit()183 xprintf("%s: end %d signaled %d\n",toys.which->name, pid_n, WTERMSIG(status)); in handle_exit()