Home
last modified time | relevance | path

Searched defs:shmget (Results 1 – 8 of 8) sorted by relevance

/third_party/musl/src/ipc/
Dshmget.c6 int shmget(key_t key, size_t size, int flag) in shmget() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs1650 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() function
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
Dmod.rs735 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() function
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2829 pub fn shmget(key: key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() function
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs4088 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3955 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() function
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3914 pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs5158 pub fn shmget(key: key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int; in shmget() function