Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h56 #define _POSIX_MEMLOCK_RANGE 200809L macro
/bionic/libc/bionic/
Dsysconf.cpp111 case _SC_MEMLOCK_RANGE: return _POSIX_MEMLOCK_RANGE; in sysconf()
/bionic/tests/
Dunistd_test.cpp565 EXPECT_EQ(_POSIX_VERSION, _POSIX_MEMLOCK_RANGE); in TEST()