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

/illumos-gate/usr/src/lib/libc/port/rt/
H A Dmqueue.c663 uint_t msg_prio, const timespec_t *timeout, int abs_rel)
701 else if (abs_rel == ABS_TIME)
799 uint_t *msg_prio, const timespec_t *timeout, int abs_rel)
851 else if (abs_rel == ABS_TIME)
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
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

Completed in 60 milliseconds