Home
last modified time | relevance | path

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

/lib/liblwip/src/arch/
Dsys_arch.c76 struct sys_mbox { struct
77 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;