Lines Matching full:which
25 kinds. Mailboxes should be implemented as a queue which allows multiple messages
30 Semaphores are represented by the type "sys_sem_t" which is typedef'd
50 points to (which can be both a pointer or the actual OS structure).
51 The "count" argument specifies the initial state of the semaphore (which is
87 This may also be a define, in which case the function is not prototyped.
94 This may also be a define, in which case the function is not prototyped.
99 points to (which can be both a pointer or the actual OS structure).
121 This may also be a define, in which case the function is not prototyped.
128 This may also be a define, in which case the function is not prototyped.
191 This may also be a define, in which case the function is not prototyped.
198 This may also be a define, in which case the function is not prototyped.
219 critical regions. An embedded system which supports ISR-based drivers might
250 mem_init() tries to allcate a semaphore using mem_malloc, which of course
282 definition of it, or include a file which defines it.
284 This file must either include a system-local <errno.h> which defines
286 to make lwip/arch.h define the codes which are used throughout.