Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h55 #define _POSIX_MEMLOCK __BIONIC_POSIX_FEATURE_SINCE(17) /* mlockall/munlockall. */ macro
/bionic/libc/bionic/
Dsysconf.cpp147 case _SC_MEMLOCK: return _POSIX_MEMLOCK; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c48 MACRO(_POSIX_MEMLOCK); in unistd_h()
/bionic/tests/
Dunistd_test.cpp852 EXPECT_EQ(_POSIX_VERSION, _POSIX_MEMLOCK); in TEST()