Home
last modified time | relevance | path

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

/bionic/libc/include/sys/
Dsysconf.h98 #define _SC_MEMLOCK 0x003c macro
/bionic/libc/bionic/
Dsysconf.cpp117 case _SC_MEMLOCK: return _POSIX_MEMLOCK; in sysconf()
/bionic/tests/
Dunistd_test.cpp710 VERIFY_SYSCONF_POSIX_VERSION(_SC_MEMLOCK); in TEST()