Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h99 #define _SC_MEMLOCK_RANGE 0x003d macro
/bionic/libc/bionic/
Dsysconf.cpp148 case _SC_MEMLOCK_RANGE: return _POSIX_MEMLOCK_RANGE; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c199 MACRO(_SC_MEMLOCK_RANGE); in unistd_h()
/bionic/tests/
Dunistd_test.cpp996 VERIFY_SYSCONF_POSIX_VERSION(_SC_MEMLOCK_RANGE); in TEST()