Lines Matching refs:in

13 lwIP functionality, multiple threads support can be implemented in the
17 implemented in a higher layer.
29 be more efficient. A message in a mailbox is just a pointer, nothing
33 in the sys_arch.h file. Mailboxes are equivalently represented by the
37 Since lwIP 1.4.0, semaphore and mailbox functions are prototyped in a way that
39 required for such types can be either allocated in place (globally or on the
40 stack) or on the heap (allocated internally in the "*_new()" functions).
70 only be blocked for the specified time (measured in
88 This may also be a define, in which case the function is not prototyped.
95 This may also be a define, in which case the function is not prototyped.
100 in mailboxes are pointers. You have to define macros "_MBOX_SIZE"
101 in your lwipopts.h, or ignore this parameter in your implementation
109 Deallocates a mailbox. If there are messages still present in the
111 programming error in lwIP and the developer should be notified.
125 Blocks the thread until a message arrives in the mailbox, but does
143 present in the mailbox, it immediately returns with the code
147 function-like macro in sys_arch.h instead of a normal function. For
158 This may also be a define, in which case the function is not prototyped.
165 This may also be a define, in which case the function is not prototyped.
168 such functionality is needed in lwIP, the following function will have
174 execution in the function "thread()". The "arg" argument will be passed as an
204 This optional function returns the current time in milliseconds (don't care
212 Be carefull with using mem_malloc() in sys_arch. When malloc() refers to