Home
last modified time | relevance | path

Searched refs:_mqueue_send (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/kern/
H A Duipc_mqueue.c261 static int _mqueue_send(struct mqueue *mq, struct mqueue_msg *msg,
1704 error = _mqueue_send(mq, msg, -1); in mqueue_send()
1712 error = _mqueue_send(mq, msg, 0); in mqueue_send()
1719 error = _mqueue_send(mq, msg, -1); in mqueue_send()
1738 error = _mqueue_send(mq, msg, tvtohz(&tv)); in mqueue_send()
1753 _mqueue_send(struct mqueue *mq, struct mqueue_msg *msg, int timo) in _mqueue_send() function