Home
last modified time | relevance | path

Searched defs:mq_open (Results 1 - 8 of 8) sorted by relevance

/third_party/musl/src/mq/
H A Dmq_open.c6 mqd_t mq_open(const char *name, int flags, ...) in mq_open() function
/third_party/rust/crates/nix/src/
H A Dmqueue.rs144 pub fn mq_open( in mq_open() functions
[all...]
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1796 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2606 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1744 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3167 pub fn mq_open(__name: *const ::c_char, __oflag: ::c_int, ...) -> ::mqd_t; in mq_open() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3827 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2879 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open() functions

Completed in 43 milliseconds