Searched refs:wpid (Results 1 – 1 of 1) sorted by relevance
581 pid_t wpid = wait(NULL); in waitfor() local582 mark_terminated(wpid); in waitfor()583 if (wpid == pid) /* this was the process we waited for */ in waitfor()896 pid_t wpid; in stop_handler() local904 wpid = wait_any_nohang(NULL); in stop_handler()905 mark_terminated(wpid); in stop_handler()906 if (wpid <= 0) /* no processes exited? sleep a bit */ in stop_handler()1196 pid_t wpid; in init_main() local1199 wpid = waitpid(-1, NULL, WNOHANG); in init_main()1200 if (wpid <= 0) in init_main()[all …]