Home
last modified time | relevance | path

Searched refs:WIFSIGNALED (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/include/sys/
Dwait.h46 #define WIFSIGNALED(s) (WTERMSIG((s)+1) >= 2) macro
/bionic/tests/
Dutils.h138 ASSERT_TRUE(WIFSIGNALED(status)); in AssertChildExited()
Dsystem_properties_test.cpp435 return WIFSIGNALED(exit_status) && in operator ()()
Dsys_ptrace_test.cpp407 EXPECT_TRUE(WIFEXITED(result) || WIFSIGNALED(result)); in Start()
Dgtest_main.cpp877 } else if (WIFSIGNALED(child_proc.exit_status)) { in CollectChildTestResult()