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

/bionic/libc/include/bits/
H A Dposix_limits.h39 #define _POSIX_ASYNCHRONOUS_IO -1 /* not implemented */ macro
/bionic/libc/bionic/
H A Dsysconf.cpp107 case _SC_ASYNCHRONOUS_IO: return _POSIX_ASYNCHRONOUS_IO;
/bionic/tests/
H A Dunistd_test.cpp636 // Macros like _POSIX_ASYNCHRONOUS_IO are not supported on bionic yet.
637 EXPECT_EQ(-1, _POSIX_ASYNCHRONOUS_IO);

Completed in 6 milliseconds