Home
last modified time | relevance | path

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

/interface/sdk_c/third_party/musl/ndk_musl_include/sys/
H A Dqueue.h486 if (LIST_FIRST((head)) != NULL && \
487 LIST_FIRST((head))->field.le_prev != \
488 &LIST_FIRST((head))) \
521 QUEUE_TYPEOF(type) *curelm = LIST_FIRST(head1); \
523 if ((LIST_FIRST(head1) = LIST_FIRST(head2)) != NULL) { \
524 LIST_FIRST(head2)->field.le_prev = \
525 &LIST_FIRST((head1)); \
528 } else if (LIST_FIRST(head2) != NULL) { \
531 LIST_NEXT(curelm, field) = LIST_FIRST(head
539 #define LIST_FIRST global() macro
[all...]

Completed in 1 milliseconds