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