Searched defs:mq_header (Results 1 – 1 of 1) sorted by relevance
94 typedef struct mq_header { struct96 int64_t mq_totsize; /* total size of the Queue */97 int64_t mq_maxsz; /* max size of each message */98 uint32_t mq_maxmsg; /* max messages in the queue */99 uint32_t mq_maxprio; /* maximum mqueue priority */100 uint32_t mq_curmaxprio; /* current maximum MQ priority */101 uint32_t mq_mask; /* priority bitmask */102 uint64_t mq_freep; /* free message's head pointer */103 uint64_t mq_headpp; /* pointer to head pointers */104 uint64_t mq_tailpp; /* pointer to tail pointers */[all …]