Lines Matching full:this
14 sys_arch, but this is not required for the basic lwIP
16 implement timer scheduling as well but as of lwIP 0.5 this is
38 allows both using pointers or actual OS structures to be used. This way, memory
87 When directly using OS structures, implementing this may be more complex.
88 This may also be a define, in which case the function is not prototyped.
93 ATTENTION: This does NOT mean that the semaphore shall be deallocated:
94 sys_sem_free() is always called before calling this function!
95 This may also be a define, in which case the function is not prototyped.
101 in your lwipopts.h, or ignore this parameter in your implementation
115 Posts the "msg" to the mailbox. This function have to block until
120 Try to post the "msg" to the mailbox. Returns ERR_MEM if this one
142 This is similar to sys_arch_mbox_fetch, however if a message is not
146 To allow for efficient implementations, this can be defined as a
151 although this would introduce unnecessary delays.
157 When directly using OS structures, implementing this may be more complex.
158 This may also be a define, in which case the function is not prototyped.
163 ATTENTION: This does NOT mean that the mailbox shall be deallocated:
164 sys_mbox_free() is always called before calling this function!
165 This may also be a define, in which case the function is not prototyped.
175 argument to the thread() function. The stack size to used for this thread is
181 This optional function does a "fast" critical region protection and returns
182 the previous protection level. This function is only called during very short
184 want to implement this function by disabling interrupts. Task-based systems
185 might want to implement this by using a mutex or disabling tasking. This
195 This optional function does a "fast" set of critical region protection to the
197 more information. This function is only required if your port is supporting
204 This optional function returns the current time in milliseconds (don't care
205 for wraparound, this is only used for time diffs).
206 Not implementing this function means you cannot use some modules (e.g. TCP
245 If the compiler does not provide memset() this file must include a
248 This file must either include a system-local <errno.h> which defines