Searched defs:mq_send (Results 1 - 10 of 10) sorted by relevance
/third_party/musl/src/mq/ |
H A D | mq_send.c | 3 int mq_send(mqd_t mqd, const char *msg, size_t len, unsigned prio) in mq_send() function
|
/third_party/rust/crates/nix/src/ |
H A D | mqueue.rs | 203 pub fn mq_send(mqdes: &MqdT, message: &[u8], msq_prio: u32) -> Result<()> { in mq_send() functions
|
/kernel/liteos_m/kal/posix/src/ |
H A D | mqueue.c | 629 int mq_send(mqd_t personal, const char *msg_ptr, size_t msg_len, unsigned int msg_prio) in mq_send() function
|
/kernel/liteos_a/compat/posix/src/ |
H A D | mqueue.c | 884 int mq_send(mqd_t personal, const char *msg_ptr, size_t msg_len, unsigned int msg_prio) in mq_send() function
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1812 pub fn mq_send( in mq_send() functions
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 2616 pub fn mq_send( in mq_send() functions
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 1751 pub fn mq_send( in mq_send() functions
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 3174 pub fn mq_send( in mq_send() functions
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 3843 pub fn mq_send( in mq_send() functions
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2895 pub fn mq_send( in mq_send() functions
|
Completed in 53 milliseconds