Searched defs:mq_attr (Results 1 – 2 of 2) sorted by relevance
43 struct mq_attr struct62 * mqd_t mq_open (const(char)* name, int oflag, mode_t mode, mq_attr* attr); argument
38 struct mq_attr { struct39 long mq_flags; /* Flags of message queue */40 long mq_maxmsg; /* Maximum number of messages */41 long mq_msgsize; /* Maximum size of the message */42 long mq_curmsgs; /* Count of the queued messages */