Searched defs:msg_prio (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c309 mq_getmsg(mqhdr_t *mqhp, char *msgp, uint_t *msg_prio) argument
327 if (msg_prio != NULL)
328 *msg_prio = mqhp->mq_curmaxprio;
722 uint_t msg_prio, const timespec_t *timeout, int abs_rel)
743 if (msg_prio >= mqhp->mq_maxprio) {
808 mq_putmsg(mqhp, msg_ptr, (ssize_t)msg_len, msg_prio);
823 mq_send(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio) argument
825 return (__mq_timedsend(mqdes, msg_ptr, msg_len, msg_prio,
831 uint_t msg_prio, const timespec_t *abs_timeout)
833 return (__mq_timedsend(mqdes, msg_ptr, msg_len, msg_prio,
721 __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
830 mq_timedsend(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio, const timespec_t *abs_timeout) argument
838 mq_reltimedsend_np(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio, const timespec_t *rel_timeout) argument
857 __mq_timedreceive(mqd_t mqdes, char *msg_ptr, size_t msg_len, uint_t *msg_prio, const timespec_t *timeout, int abs_rel) argument
938 mq_receive(mqd_t mqdes, char *msg_ptr, size_t msg_len, uint_t *msg_prio) argument
945 mq_timedreceive(mqd_t mqdes, char *msg_ptr, size_t msg_len, uint_t *msg_prio, const timespec_t *abs_timeout) argument
953 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 17 milliseconds