Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h56 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION /* mlock/munlock. */ macro
/bionic/libc/bionic/
Dsysconf.cpp148 case _SC_MEMLOCK_RANGE: return _POSIX_MEMLOCK_RANGE; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c49 MACRO(_POSIX_MEMLOCK_RANGE); in unistd_h()
/bionic/tests/
Dunistd_test.cpp849 EXPECT_EQ(_POSIX_VERSION, _POSIX_MEMLOCK_RANGE); in TEST()