Searched refs:min_heap_empty_ (Results 1 – 2 of 2) sorted by relevance
49 static inline int min_heap_empty_(min_heap_t* s);67 int min_heap_empty_(min_heap_t* s) { return 0u == s->n; } in min_heap_empty_() function
887 EVUTIL_ASSERT(min_heap_empty_(&base->timeheap)); in event_base_free_()3132 if (min_heap_empty_(&base->timeheap)) { in timeout_process()