Home
last modified time | relevance | path

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

/freebsd-12.1/sys/kern/
H A Duipc_mqueue.c264 static int _mqueue_send(struct mqueue *mq, struct mqueue_msg *msg,
1712 error = _mqueue_send(mq, msg, -1); in mqueue_send()
1720 error = _mqueue_send(mq, msg, 0); in mqueue_send()
1727 error = _mqueue_send(mq, msg, -1); in mqueue_send()
1746 error = _mqueue_send(mq, msg, tvtohz(&tv)); in mqueue_send()
1761 _mqueue_send(struct mqueue *mq, struct mqueue_msg *msg, int timo) in _mqueue_send() function