Searched refs:msg_prio (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libc/port/rt/ |
H A D | mqueue.c | 238 mq_getmsg(mqhdr_t *mqhp, char *msgp, uint_t *msg_prio) in mq_getmsg() argument 256 if (msg_prio != NULL) in mq_getmsg() 257 *msg_prio = mqhp->mq_curmaxprio; in mq_getmsg() 663 uint_t msg_prio, const timespec_t *timeout, int abs_rel) in __mq_timedsend() argument 684 if (msg_prio >= mqhp->mq_maxprio) { in __mq_timedsend() 749 mq_putmsg(mqhp, msg_ptr, (ssize_t)msg_len, msg_prio); in __mq_timedsend() 764 mq_send(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio) in mq_send() argument 766 return (__mq_timedsend(mqdes, msg_ptr, msg_len, msg_prio, in mq_send() 772 uint_t msg_prio, const timespec_t *abs_timeout) in mq_timedsend() argument 774 return (__mq_timedsend(mqdes, msg_ptr, msg_len, msg_prio, in mq_timedsend() [all …]
|