Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libc/port/rt/
H A Dmqueue.c238 mq_getmsg(mqhdr_t *mqhp, char *msgp, uint_t *msg_prio) in mq_getmsg() argument
663 uint_t msg_prio, const timespec_t *timeout, int abs_rel) in __mq_timedsend() argument
764 mq_send(mqd_t mqdes, const char *msg_ptr, size_t msg_len, uint_t msg_prio) in mq_send() argument
772 uint_t msg_prio, const timespec_t *abs_timeout) in mq_timedsend() argument
780 mq_reltimedsend_np(mqd_t mqdes,const char * msg_ptr,size_t msg_len,uint_t msg_prio,const timespec_t * rel_timeout) mq_reltimedsend_np() argument
799 __mq_timedreceive(mqd_t mqdes,char * msg_ptr,size_t msg_len,uint_t * msg_prio,const timespec_t * timeout,int abs_rel) __mq_timedreceive() argument
879 mq_receive(mqd_t mqdes,char * msg_ptr,size_t msg_len,uint_t * msg_prio) mq_receive() argument
887 mq_timedreceive(mqd_t mqdes,char * msg_ptr,size_t msg_len,uint_t * msg_prio,const timespec_t * abs_timeout) mq_timedreceive() argument
895 mq_reltimedreceive_np(mqd_t mqdes,char * msg_ptr,size_t msg_len,uint_t * msg_prio,const timespec_t * rel_timeout) mq_reltimedreceive_np() argument
[all...]