Home
last modified time | relevance | path

Searched defs:SHM_RDONLY (Results 1 - 12 of 12) sorted by relevance

/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dshm.h23 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/musl/include/sys/
H A Dshm.h29 #define SHM_RDONLY 010000 macro
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs957 pub const SHM_RDONLY: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1429 pub const SHM_RDONLY: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2435 pub const SHM_RDONLY: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1836 pub const SHM_RDONLY: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs1909 pub const SHM_RDONLY: ::c_int = 0o10000; consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4587 pub const SHM_RDONLY: ::c_int = 0x1000; consts

Completed in 101 milliseconds