Lines Matching full:not

18  * 3. The name of the author may not be used to endorse or promote products
22 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
25 * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
126 * Note that mutexes are expected to not be taken recursively by the lwIP code,
159 * Returns 1 if the mutes is valid, 0 if it is not valid.
162 * This may also be a define, in which case the function is not prototyped.
170 * ATTENTION: This does NOT mean that the mutex shall be deallocated:
172 * This may also be a define, in which case the function is not prototyped.
231 * Returns 1 if the semaphore is valid, 0 if it is not valid.
234 * This may also be a define, in which case the function is not prototyped.
242 * ATTENTION: This does NOT mean that the semaphore shall be deallocated:
244 * This may also be a define, in which case the function is not prototyped.
250 * Same as sys_sem_valid() but taking a value, not a pointer
256 * Same as sys_sem_set_invalid() but taking a value, not a pointer
288 * Post a message to an mbox - may not fail
289 * -> blocks if full, only to be used from tasks NOT from ISR!
318 * not block the thread longer than "timeout" milliseconds (similar to
341 * This is similar to sys_arch_mbox_fetch, however if a message is not
374 * Returns 1 if the mailbox is valid, 0 if it is not valid.
377 * This may also be a define, in which case the function is not prototyped.
385 * ATTENTION: This does NOT mean that the mailbox shall be deallocated:
387 * This may also be a define, in which case the function is not prototyped.
393 * Same as sys_mbox_valid() but taking a value, not a pointer
399 * Same as sys_mbox_set_invalid() but taking a value, not a pointer
413 * ATTENTION: although this function returns a value, it MUST NOT FAIL (ports have to assert this!)
443 * Not implementing this function means you cannot use some modules (e.g. TCP