Lines Matching full:waitpid
1625 while (waitpid(pid, &status, 0) < 0) {1800 while ((pid = waitpid(-1, &status, WNOHANG)) != -1 && pid != 0) {