Searched refs:exit_status (Results 1 – 2 of 2) sorted by relevance
67 struct exit_status struct83 struct exit_status ut_exit; argument
418 bool operator()(int exit_status) const;421 bool KilledByFault::operator()(int exit_status) const { in operator ()()422 return WIFSIGNALED(exit_status) && in operator ()()423 (WTERMSIG(exit_status) == SIGSEGV || in operator ()()424 WTERMSIG(exit_status) == SIGBUS || in operator ()()425 WTERMSIG(exit_status) == SIGABRT); in operator ()()