Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h89 #define _POSIX_SYNCHRONIZED_IO 200809L /* synchronized i/o supported */ macro
/bionic/libc/bionic/
Dsysconf.cpp119 case _SC_SYNCHRONIZED_IO: return _POSIX_SYNCHRONIZED_IO; in sysconf()
/bionic/tests/
Dunistd_test.cpp593 EXPECT_EQ(_POSIX_VERSION, _POSIX_SYNCHRONIZED_IO); in TEST()