Home
last modified time | relevance | path

Searched defs:mq_attr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/
H A Dmqueue.d43 struct mq_attr struct
62 * mqd_t mq_open (const(char)* name, int oflag, mode_t mode, mq_attr* attr); argument
/netbsd-src/sys/sys/
H A Dmqueue.h38 struct mq_attr { struct
39 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 */