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

/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c722 uint_t msg_prio, const timespec_t *timeout, int abs_rel)
760 else if (abs_rel == ABS_TIME)
858 uint_t *msg_prio, const timespec_t *timeout, int abs_rel)
910 else if (abs_rel == ABS_TIME)
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
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

Completed in 17 milliseconds