Home
last modified time | relevance | path

Searched refs:_POSIX_SHARED_MEMORY_OBJECTS (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/common/
Doptions.h.in51 #if defined _POSIX_SHARED_MEMORY_OBJECTS && _POSIX_SHARED_MEMORY_OBJECTS >= 0
52 POSIX_SHARED_MEMORY_OBJECTS _POSIX_SHARED_MEMORY_OBJECTS
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/sys/mman_h/
D1-1-buildonly.c25 defined(_POSIX_SHARED_MEMORY_OBJECTS) || \
/third_party/musl/ndk_musl_include/
Dunistd.h237 #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h274 #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h250 #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION macro
/third_party/musl/porting/linux/user/include/
Dunistd.h277 #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h274 #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h250 #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h250 #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h256 #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION macro
/third_party/musl/include/
Dunistd.h256 #define _POSIX_SHARED_MEMORY_OBJECTS _POSIX_VERSION macro
/third_party/rust/crates/nix/src/
Dunistd.rs2348 _POSIX_SHARED_MEMORY_OBJECTS = libc::_SC_SHARED_MEMORY_OBJECTS,