Searched refs:LIST_EMPTY (Results 1 – 10 of 10) sorted by relevance
28 internal val LIST_EMPTY: Any = Symbol("LIST_EMPTY") in <lambda>() constant360 if (affected === queue) LIST_EMPTY else null in <lambda>()
64 #undef LIST_EMPTY271 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
467 if (LIST_EMPTY(&ctx->events)) { in evmap_signal_add_()645 if (!LIST_EMPTY(&ctx->events)) {
181 if (LIST_EMPTY((dlist))) \
480 if (LIST_EMPTY(&buffer->callbacks)) { in evbuffer_run_callbacks()516 if (LIST_EMPTY(&buffer->callbacks)) { in evbuffer_invoke_callbacks_()3312 if (!LIST_EMPTY(&buffer->callbacks)) in evbuffer_setcb()
456 EVUTIL_ASSERT(! LIST_EMPTY(&group->members)); in bev_group_random_element_()
273 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro
142 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
186 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro