Lines Matching full:should
106 should be used instead */
127 * so both implementation types (recursive or non-recursive) should work.
130 * If the mutex has been created, ERR_OK should be returned. Returning any
187 * If the semaphore has been created, ERR_OK should be returned. Returning any
205 * "timeout" argument is non-zero, the thread should only be blocked for the
207 * the thread should be blocked until the semaphore is signalled.
277 * If the mailbox has been created, ERR_OK should be returned. Returning any
319 * the sys_arch_sem_wait() function). If "timeout" is 0, the thread should
323 * should be dropped.
365 * programming error in lwIP and the developer should be notified.
474 * mutex. The implementation should allow calling SYS_ARCH_PROTECT when
477 * which should be implemented in sys_arch.c. If a particular port needs a
487 * sys_arch_unprotect() function which should be implemented in