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

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

Completed in 68 milliseconds