Home
last modified time | relevance | path

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

/bionic/libc/include/machine/
Dposix_limits.h55 #define _POSIX_MEMLOCK 200809L macro
/bionic/libc/bionic/
Dsysconf.cpp117 case _SC_MEMLOCK: return _POSIX_MEMLOCK; in sysconf()
/bionic/tests/
Dunistd_test.cpp551 EXPECT_EQ(_POSIX_VERSION, _POSIX_MEMLOCK); in TEST()