Searched defs:mq_open (Results 1 – 7 of 7) sorted by relevance
| /third_party/musl/src/mq/ |
| D | mq_open.c | 6 mqd_t mq_open(const char *name, int flags, ...) in mq_open() function
|
| /third_party/rust/crates/nix/src/ |
| D | mqueue.rs | 144 pub fn mq_open( in mq_open() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1796 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open() function
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
| D | mod.rs | 2606 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open() function
|
| /third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
| D | mod.rs | 1744 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open() function
|
| /third_party/rust/crates/libc/src/unix/solarish/ |
| D | mod.rs | 2879 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open() function
|
| /third_party/rust/crates/libc/src/unix/nto/ |
| D | mod.rs | 3167 pub fn mq_open(__name: *const ::c_char, __oflag: ::c_int, ...) -> ::mqd_t; in mq_open() function
|