Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/munlockall/
D5-1.c58 memlock = sysconf(_SC_MEMLOCK); in main()
/external/ltp/testcases/kernel/syscalls/sysconf/
Dsysconf01.c149 test_sysconf(_SC_MEMLOCK); in main()
/external/python/cpython2/Lib/plat-sunos5/
DIN.py216 _SC_MEMLOCK = 25 variable
DSTROPTS.py213 _SC_MEMLOCK = 25 variable
/external/python/cpython2/Modules/
Dposixmodule.c8236 #ifdef _SC_MEMLOCK
8237 {"SC_MEMLOCK", _SC_MEMLOCK},
/external/python/cpython3/Modules/
Dposixmodule.c10328 #ifdef _SC_MEMLOCK
10329 {"SC_MEMLOCK", _SC_MEMLOCK},