Home
last modified time | relevance | path

Searched refs:_SC_MEMLOCK (Results 1 – 5 of 5) 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.c8202 #ifdef _SC_MEMLOCK
8203 {"SC_MEMLOCK", _SC_MEMLOCK},