Searched refs:_mqueue_send (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | uipc_mqueue.c | 264 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
|