Searched defs:mqueue (Results 1 – 2 of 2) sorted by relevance
77 struct mqueue { struct78 char mq_name[MQ_NAMELEN];79 struct lock mq_mtx;80 int mq_send_cv; /* Condition variables for tsleep() */104 LIST_ENTRY(mqueue) mq_list; argument119 void mqueue_sysinit(void); argument
41 struct mqueue { struct42 struct mbuf *top;43 struct mbuf *last;44 size_t len;