Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h61 #define _POSIX_PRIORITIZED_IO __BIONIC_POSIX_FEATURE_MISSING macro
/bionic/libc/bionic/
Dsysconf.cpp151 case _SC_PRIORITIZED_IO: return _POSIX_PRIORITIZED_IO; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c54 MACRO(_POSIX_PRIORITIZED_IO); in unistd_h()
/bionic/tests/
Dunistd_test.cpp902 EXPECT_EQ(-1, _POSIX_PRIORITIZED_IO); in TEST()