Searched defs:LIST_EMPTY (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/metrics/
H A Dmetrics_service.h58 LIST_EMPTY, // Attempting to recall from an empty list. enumerator in enum:MetricsService::LogRecallStatus
/external/chromium/third_party/libevent/compat/sys/
H A Dqueue.h159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
/external/ipsec-tools/src/include-glibc/sys/
H A Dqueue.h273 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/external/openssh/openbsd-compat/
H A Dsys-queue.h64 #undef LIST_EMPTY macro
271 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro

Completed in 117 milliseconds