Function lrs::syscall::mq_timedsend

Sends a message over a message queue.

Syntax

fn mq_timedsend(mq: i32, msg: &[u8], prio: u32, timeout: Option<&timespec>) -> i32

Arguments

NameDescription
mq

The message queue.

msg

The message to send.

prio

The priority of the message.

timeout

The timeout of the operation.

See also