Home
last modified time | relevance | path

Searched refs:WSTOPSIG (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/headers/posix/
Dsys_wait_h.c53 #if !defined(WSTOPSIG) in sys_wait_h()
54 #error WSTOPSIG in sys_wait_h()
Dstdlib_h.c62 #if !defined(WSTOPSIG) in stdlib_h()
63 #error WSTOPSIG in stdlib_h()
/bionic/libc/include/bits/
Dwait.h50 #define WSTOPSIG(__status) WEXITSTATUS(__status) macro
/bionic/tests/
Dsys_ptrace_test.cpp176 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in run_watchpoint_test()
185 ASSERT_EQ(SIGTRAP, WSTOPSIG(status)) << "Status was: " << status; in run_watchpoint_test()
343 ASSERT_EQ(SIGSTOP, WSTOPSIG(status)) << "Status was: " << status; in TEST()
352 ASSERT_EQ(SIGTRAP, WSTOPSIG(status)) << "Status was: " << status; in TEST()