Searched defs:sys_mbox (Results 1 – 1 of 1) sorted by relevance
76 struct sys_mbox { struct77 int first, last;78 void *msgs[SYS_MBOX_SIZE];79 struct sys_sem *not_empty;80 struct sys_sem *not_full;81 struct sys_sem *mutex;82 int wait_send;