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

/bionic/libc/include/bits/
H A Dposix_limits.h55 #define _POSIX_MEMLOCK __BIONIC_POSIX_FEATURE_SINCE(17) /* mlockall/munlockall. */ macro
/bionic/tools/versioner/current/bits/
H A Dposix_limits.h55 #define _POSIX_MEMLOCK __BIONIC_POSIX_FEATURE_SINCE(17) /* mlockall/munlockall. */ macro
/bionic/libc/bionic/
H A Dsysconf.cpp132 case _SC_MEMLOCK: return _POSIX_MEMLOCK;
/bionic/tests/headers/posix/
H A Dunistd_h.c48 MACRO(_POSIX_MEMLOCK);
/bionic/tests/
H A Dunistd_test.cpp766 EXPECT_EQ(_POSIX_VERSION, _POSIX_MEMLOCK);

Completed in 128 milliseconds