Home | History | Annotate | Download | only in src

Lines Matching refs:WIFSIGNALED

130   return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_;
147 } else if (WIFSIGNALED(exit_code)) {