Home
last modified time | relevance | path

Searched refs:WIFCONTINUED (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/
Dsys_wait_test.cpp53 ASSERT_FALSE(WIFCONTINUED(0x7f)); in TEST()
57 ASSERT_FALSE(WIFCONTINUED(0x80)); in TEST()
61 ASSERT_TRUE(WIFCONTINUED(0xffff)); in TEST()
/bionic/tests/headers/posix/
Dsys_wait_h.c41 #if !defined(WIFCONTINUED) in sys_wait_h()
42 #error WIFCONTINUED in sys_wait_h()
/bionic/libc/include/bits/
Dwait.h62 #define WIFCONTINUED(__status) ((__status) == 0xffff) macro