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

/bionic/libc/include/bits/
H A Dposix_limits.h69 #define _POSIX_SHARED_MEMORY_OBJECTS __BIONIC_POSIX_FEATURE_MISSING /* mmap/munmap are implemented, but shm_open/shm_unlink are not. */ macro
/bionic/tools/versioner/current/bits/
H A Dposix_limits.h69 #define _POSIX_SHARED_MEMORY_OBJECTS __BIONIC_POSIX_FEATURE_MISSING /* mmap/munmap are implemented, but shm_open/shm_unlink are not. */ macro
/bionic/libc/bionic/
H A Dsysconf.cpp140 case _SC_SHARED_MEMORY_OBJECTS: return _POSIX_SHARED_MEMORY_OBJECTS;
/bionic/tests/headers/posix/
H A Dunistd_h.c62 MACRO(_POSIX_SHARED_MEMORY_OBJECTS);
/bionic/tests/
H A Dunistd_test.cpp821 EXPECT_EQ(-1, _POSIX_SHARED_MEMORY_OBJECTS);

Completed in 8 milliseconds