Lines Matching full:which
26 either as a queue which allows multiple messages to be posted to a
32 Semaphores are represented by the type "sys_sem_t" which is typedef'd
51 points to (which can be both a pointer or the actual OS structure).
52 The "count" argument specifies the initial state of the semaphore (which is
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.
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.
183 critical regions. An embedded system which supports ISR-based drivers might
214 mem_init() tries to allcate a semaphore using mem_malloc, which of course
246 definition of it, or include a file which defines it.
248 This file must either include a system-local <errno.h> which defines
250 to make lwip/arch.h define the codes which are used throughout.