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

/external/chromium_org/components/metrics/
H A Dpersisted_logs.h26 LIST_EMPTY, // Attempting to recall from an empty list. enumerator in enum:metrics::PersistedLogs::LogReadStatus
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dcompat-queue.h295 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
/external/chromium_org/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/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_queue.h388 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro

Completed in 260 milliseconds