Home
last modified time | relevance | path

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

/bionic/libc/include/bits/
Dposix_limits.h57 #define _POSIX_MEMORY_PROTECTION _POSIX_VERSION /* mprotect. */ macro
/bionic/libc/bionic/
Dsysconf.cpp256 case _SC_MEMORY_PROTECTION: return _POSIX_MEMORY_PROTECTION; in sysconf()
/bionic/tests/headers/posix/
Dunistd_h.c50 MACRO(_POSIX_MEMORY_PROTECTION); in unistd_h()
/bionic/tests/
Dunistd_test.cpp883 EXPECT_EQ(_POSIX_VERSION, _POSIX_MEMORY_PROTECTION); in TEST()