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

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

Completed in 6 milliseconds