Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dsysconf.h156 #define _SC_MEMLOCK 0x003c macro
/bionic/libc/bionic/
Dsysconf.cpp254 case _SC_MEMLOCK: return _POSIX_MEMLOCK; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c216 MACRO(_SC_MEMLOCK); in unistd_h()
/bionic/tests/
Dunistd_test.cpp1038 VERIFY_SYSCONF_POSIX_VERSION(_SC_MEMLOCK); in TEST()