Lines Matching full:this
15 sys_arch, but this is not required for the basic lwIP
37 allows both using pointers or actual OS structures to be used. This way, memory
86 When directly using OS structures, implementing this may be more complex.
87 This may also be a define, in which case the function is not prototyped.
92 ATTENTION: This does NOT mean that the semaphore shall be deallocated:
93 sys_sem_free() is always called before calling this function!
94 This may also be a define, in which case the function is not prototyped.
120 When directly using OS structures, implementing this may be more complex.
121 This may also be a define, in which case the function is not prototyped.
126 ATTENTION: This does NOT mean that the mutex shall be deallocated:
127 sys_mutex_free() is always called before calling this function!
128 This may also be a define, in which case the function is not prototyped.
134 in your lwipopts.h, or ignore this parameter in your implementation
148 Posts the "msg" to the mailbox. This function have to block until
153 Try to post the "msg" to the mailbox. Returns ERR_MEM if this one
175 This is similar to sys_arch_mbox_fetch, however if a message is not
179 To allow for efficient implementations, this can be defined as a
184 although this would introduce unnecessary delays.
190 When directly using OS structures, implementing this may be more complex.
191 This may also be a define, in which case the function is not prototyped.
196 ATTENTION: This does NOT mean that the mailbox shall be deallocated:
197 sys_mbox_free() is always called before calling this function!
198 This may also be a define, in which case the function is not prototyped.
208 argument to the thread() function. The stack size to used for this thread is
217 This optional function does a "fast" critical region protection and returns
218 the previous protection level. This function is only called during very short
220 want to implement this function by disabling interrupts. Task-based systems
221 might want to implement this by using a mutex or disabling tasking. This
231 This optional function does a "fast" set of critical region protection to the
233 more information. This function is only required if your port is supporting
240 This optional function returns the current time in milliseconds (don't care
241 for wraparound, this is only used for time diffs).
242 Not implementing this function means you cannot use some modules (e.g. TCP
281 If the compiler does not provide memset() this file must include a
284 This file must either include a system-local <errno.h> which defines