Searched refs:_POSIX_MEMLOCK_RANGE (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/include/bits/
H A Dposix_limits.h56 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION /* mlock/munlock. */ macro
/bionic/tools/versioner/current/bits/
H A Dposix_limits.h56 #define _POSIX_MEMLOCK_RANGE _POSIX_VERSION /* mlock/munlock. */ macro
/bionic/libc/bionic/
H A Dsysconf.cpp133 case _SC_MEMLOCK_RANGE: return _POSIX_MEMLOCK_RANGE;
/bionic/tests/headers/posix/
H A Dunistd_h.c49 MACRO(_POSIX_MEMLOCK_RANGE);
/bionic/tests/
H A Dunistd_test.cpp767 EXPECT_EQ(_POSIX_VERSION, _POSIX_MEMLOCK_RANGE);

Completed in 274 milliseconds