HomeSort by relevance Sort by last modified time
    Searched refs:_POSIX_AIO_LISTIO_MAX (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
posix1_lim.h 32 #define _POSIX_AIO_LISTIO_MAX 2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
posix1_lim.h 32 #define _POSIX_AIO_LISTIO_MAX 2
  /bionic/libc/include/bits/
posix_limits.h 129 #define _POSIX_AIO_LISTIO_MAX 2
  /bionic/libc/bionic/
sysconf.cpp 118 case _SC_AIO_LISTIO_MAX: return _POSIX_AIO_LISTIO_MAX; // Minimum requirement.
  /bionic/tests/headers/posix/
limits_h.c 126 MACRO_VALUE(_POSIX_AIO_LISTIO_MAX, 2);
  /external/python/cpython2/Lib/plat-linux2/
IN.py 247 _POSIX_AIO_LISTIO_MAX = 2
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 247 _POSIX_AIO_LISTIO_MAX = 2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 247 _POSIX_AIO_LISTIO_MAX = 2
  /external/python/cpython2/Lib/plat-atheos/
IN.py 74 _POSIX_AIO_LISTIO_MAX = 2
  /bionic/tests/
unistd_test.cpp 694 EXPECT_EQ(2, _POSIX_AIO_LISTIO_MAX);
    [all...]

Completed in 105 milliseconds