Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
D7-1.c53 || sysconf(_SC_AIO_MAX) == -1) in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
D9-1.c53 || 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.c8083 #ifdef _SC_AIO_MAX
8084 {"SC_AIO_MAX", _SC_AIO_MAX},
/external/python/cpython3/Modules/
Dposixmodule.c10175 #ifdef _SC_AIO_MAX
10176 {"SC_AIO_MAX", _SC_AIO_MAX},