Home
last modified time | relevance | path

Searched defs:mq_send (Results 1 - 10 of 10) sorted by relevance

/third_party/musl/src/mq/
H A Dmq_send.c3 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 Dmqueue.rs203 pub fn mq_send(mqdes: &MqdT, message: &[u8], msq_prio: u32) -> Result<()> { in mq_send() functions
/kernel/liteos_m/kal/posix/src/
H A Dmqueue.c629 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 Dmqueue.c884 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 Dmod.rs1812 pub fn mq_send( in mq_send() functions
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2616 pub fn mq_send( in mq_send() functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1751 pub fn mq_send( in mq_send() functions
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3174 pub fn mq_send( in mq_send() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs3843 pub fn mq_send( in mq_send() functions
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2895 pub fn mq_send( in mq_send() functions

Completed in 53 milliseconds