Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dsys_wait_h.c47 #if !defined(WIFSIGNALED) in sys_wait_h()
48 #error WIFSIGNALED in sys_wait_h()
Dstdlib_h.c55 #if !defined(WIFSIGNALED) in stdlib_h()
56 #error WIFSIGNALED in stdlib_h()
/bionic/libc/include/bits/
Dwait.h59 #define WIFSIGNALED(__status) (WTERMSIG((__status)+1) >= 2) macro
/bionic/tests/
Dutils.h184 ASSERT_TRUE(WIFSIGNALED(status)) << *error_msg;
Dsys_ptrace_test.cpp447 if (!WIFEXITED(result) && !WIFSIGNALED(result)) { in WaitForTracer()
Dsystem_properties_test.cpp422 return WIFSIGNALED(exit_status) && in operator ()()
Dstdio_test.cpp1005 EXPECT_TRUE(WIFSIGNALED(status)); in TEST()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp153 ASSERT_FALSE(WIFSIGNALED(status)) in Exec()