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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c293 mq_putmsg(mqhdr_t *mqhp, const char *msgp, ssize_t len, uint_t prio) function
735 * we want to kick the notification before the mq_putmsg(),
749 mq_putmsg(mqhp, msg_ptr, (ssize_t)msg_len, msg_prio);

Completed in 61 milliseconds