Lines Matching defs:status
39 int status;
49 ret = waitpid(pid, &status, WNOHANG);
72 int status;
79 ret = waitpid(pid, &status, WNOHANG);
95 if (!WIFEXITED(status)) {
100 if (WEXITSTATUS(status) != 0) {
102 WEXITSTATUS(status));
112 int status;
114 ret = waitpid(-1, &status, 0);
132 int status;
134 ret = waitpid(-1, &status, WNOHANG);