Searched refs:_mqueue_send (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | uipc_mqueue.c | 264 static int _mqueue_send(struct mqueue *mq, struct mqueue_msg *msg, 1714 error = _mqueue_send(mq, msg, -1); in mqueue_send() 1722 error = _mqueue_send(mq, msg, 0); in mqueue_send() 1729 error = _mqueue_send(mq, msg, -1); in mqueue_send() 1748 error = _mqueue_send(mq, msg, tvtohz(&tv)); in mqueue_send() 1763 _mqueue_send(struct mqueue *mq, struct mqueue_msg *msg, int timo) in _mqueue_send() function
|