Home
last modified time | relevance | path

Searched refs:_SC_PRIORITIZED_IO (Results 1 – 5 of 5) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_read/
D8-1.c45 if (sysconf(_SC_PRIORITIZED_IO) < 200112L) in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/aio_write/
D6-1.c46 if (sysconf(_SC_PRIORITIZED_IO) < 200112L) in main()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py222 _SC_PRIORITIZED_IO = 31 variable
DSTROPTS.py219 _SC_PRIORITIZED_IO = 31 variable
/external/python/cpython2/Modules/
Dposixmodule.c8310 #ifdef _SC_PRIORITIZED_IO
8311 {"SC_PRIORITIZED_IO", _SC_PRIORITIZED_IO},