Home | History | Annotate | Download | only in src

Lines Matching refs:WIFSIGNALED

134   return WIFSIGNALED(exit_status) && WTERMSIG(exit_status) == signum_;
155 } else if (WIFSIGNALED(exit_code)) {