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
777 EVUTIL_ASSERT(min_heap_empty(&base->timeheap)); in event_base_free()2500 if (min_heap_empty(&base->timeheap)) { in timeout_process()