Home
last modified time | relevance | path

Searched refs:_SC_AIO_MAX (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
D7-1.c54 || sysconf(_SC_AIO_MAX) == -1) in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
D9-1.c54 || sysconf(_SC_AIO_MAX) == -1) in main()
/external/ltp/testcases/kernel/syscalls/sysconf/
Dsysconf01.c133 test_sysconf(_SC_AIO_MAX); in main()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py210 _SC_AIO_MAX = 19 variable
DSTROPTS.py207 _SC_AIO_MAX = 19 variable
/external/python/cpython2/Modules/
Dposixmodule.c8049 #ifdef _SC_AIO_MAX
8050 {"SC_AIO_MAX", _SC_AIO_MAX},