Searched refs:min_heap_empty (Results 1 – 2 of 2) sorted by relevance
43 static inline int min_heap_empty(min_heap_t* s);61 int min_heap_empty(min_heap_t* s) { return 0u == s->n; } in min_heap_empty() function
242 assert(min_heap_empty(&base->timeheap)); in event_base_free()893 if (min_heap_empty(&base->timeheap)) in timeout_process()