Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_mqueue.c265 static int _mqueue_send(struct mqueue *mq, struct mqueue_msg *msg,
1709 error = _mqueue_send(mq, msg, -1); in mqueue_send()
1717 error = _mqueue_send(mq, msg, 0); in mqueue_send()
1724 error = _mqueue_send(mq, msg, -1); in mqueue_send()
1743 error = _mqueue_send(mq, msg, tvtohz(&tv)); in mqueue_send()
1758 _mqueue_send(struct mqueue *mq, struct mqueue_msg *msg, int timo) in _mqueue_send() function