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

/external/chromium_org/third_party/libevent/compat/sys/
H A Dqueue.h231 #define SIMPLEQ_FIRST(head) ((head)->sqh_first) macro
233 #define SIMPLEQ_EMPTY(head) (SIMPLEQ_FIRST(head) == SIMPLEQ_END(head))
237 for((var) = SIMPLEQ_FIRST(head); \

Completed in 70 milliseconds