Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/sys/
H A 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))

Completed in 2 milliseconds