Lines Matching full:are
22 must define are listed below the sys_arch description.
25 kinds. Mailboxes are used for message passing and can be implemented
32 Semaphores are represented by the type "sys_sem_t" which is typedef'd
33 in the sys_arch.h file. Mailboxes are equivalently represented by the
35 sys_sem_t or sys_mbox_t are represented internally.
37 Since lwIP 1.4.0, semaphore and mailbox functions are prototyped in a way that
100 in mailboxes are pointers. You have to define macros "_MBOX_SIZE"
109 Deallocates a mailbox. If there are messages still present in the
133 The return values are the same as for the sys_arch_sem_wait() function:
167 If threads are supported by the underlying operating system and if
177 and the priority are system dependent.
250 to make lwip/arch.h define the codes which are used throughout.