Home
last modified time | relevance | path

Searched refs:_SC_MEMLOCK_RANGE (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/bits/
Dsysconf.h98 #define _SC_MEMLOCK_RANGE 0x003d macro
/bionic/libc/bionic/
Dsysconf.cpp126 case _SC_MEMLOCK_RANGE: return _POSIX_MEMLOCK_RANGE; in sysconf()
/bionic/tests/
Dunistd_test.cpp869 VERIFY_SYSCONF_POSIX_VERSION(_SC_MEMLOCK_RANGE); in TEST()