Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c236 mq_getmsg(mqhdr_t *mqhp, char *msgp, uint_t *msg_prio) in mq_getmsg() argument
254 if (msg_prio != NULL) in mq_getmsg()
255 *msg_prio = mqhp->mq_curmaxprio; in mq_getmsg()
682 if (msg_prio >= mqhp->mq_maxprio) { in __mq_timedsend()
747 mq_putmsg(mqhp, msg_ptr, (ssize_t)msg_len, msg_prio); in __mq_timedsend()
764 return (__mq_timedsend(mqdes, msg_ptr, msg_len, msg_prio, in mq_send()
770 uint_t msg_prio, const timespec_t *abs_timeout) in mq_timedsend() argument
778 uint_t msg_prio, const timespec_t *rel_timeout) in mq_reltimedsend_np() argument
868 msg_size = mq_getmsg(mqhp, msg_ptr, msg_prio); in __mq_timedreceive()
885 uint_t *msg_prio, const timespec_t *abs_timeout) in mq_timedreceive() argument
[all …]