Home
last modified time | relevance | path

Searched refs:exit_status (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/include/
Dutmp.h67 struct exit_status struct
83 struct exit_status ut_exit; argument
/bionic/tests/
Dsystem_properties_test.cpp418 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 ()()