Searched defs:msg_prio (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/rt/ |
H A D | mqueue.c | 238 mq_getmsg(mqhdr_t *mqhp, char *msgp, uint_t *msg_prio) argument 256 if (msg_prio != NULL) 257 *msg_prio = mqhp->mq_curmaxprio; 663 uint_t msg_prio, const timespec_t *timeout, int abs_rel) 684 if (msg_prio >= mqhp->mq_maxprio) { 749 mq_putmsg(mqhp, msg_ptr, (ssize_t)msg_len, msg_prio); 764 mq_send(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio) argument 766 return (__mq_timedsend(mqdes, msg_ptr, msg_len, msg_prio, 772 uint_t msg_prio, const timespec_t *abs_timeout) 774 return (__mq_timedsend(mqdes, msg_ptr, msg_len, msg_prio, 662 __mq_timedsend(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio, const timespec_t *timeout, int abs_rel) argument 771 mq_timedsend(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio, const timespec_t *abs_timeout) argument 779 mq_reltimedsend_np(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio, const timespec_t *rel_timeout) argument 798 __mq_timedreceive(mqd_t mqdes, char *msg_ptr, size_t msg_len, uint_t *msg_prio, const timespec_t *timeout, int abs_rel) argument 879 mq_receive(mqd_t mqdes, char *msg_ptr, size_t msg_len, uint_t *msg_prio) argument 886 mq_timedreceive(mqd_t mqdes, char *msg_ptr, size_t msg_len, uint_t *msg_prio, const timespec_t *abs_timeout) argument 894 mq_reltimedreceive_np(mqd_t mqdes, char *msg_ptr, size_t msg_len, uint_t *msg_prio, const timespec_t *rel_timeout) argument [all...] |
Completed in 46 milliseconds