Home
last modified time | relevance | path

Searched refs:TAILQ_EMPTY (Results 1 – 1 of 1) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dqueue.h667 if (!TAILQ_EMPTY(head) && \
713 if (!TAILQ_EMPTY(head2)) { \
723 #define TAILQ_EMPTY(head) ((head)->tqh_first == NULL) macro
832 (TAILQ_EMPTY(head) ? NULL : __containerof((head)->tqh_last, QUEUE_TYPEOF(type), field.tqe_next))