Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h102 #define _SC_PRIORITIZED_IO 0x0040 macro
/bionic/libc/bionic/
Dsysconf.cpp151 case _SC_PRIORITIZED_IO: return _POSIX_PRIORITIZED_IO; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c209 MACRO(_SC_PRIORITIZED_IO); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1070 VERIFY_SYSCONF_UNSUPPORTED(_SC_PRIORITIZED_IO); in TEST()