Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/sys/
H A Dqueue.h343 if (!STAILQ_EMPTY((head2))) { \
350 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL) macro
398 (STAILQ_EMPTY((head)) ? NULL : \
437 if (STAILQ_EMPTY(head1)) \
439 if (STAILQ_EMPTY(head2)) \

Completed in 1 milliseconds