Home
last modified time | relevance | path

Searched refs:min_heap_empty (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/libevent/
Dmin_heap.h43 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
Devent.c242 assert(min_heap_empty(&base->timeheap)); in event_base_free()
893 if (min_heap_empty(&base->timeheap)) in timeout_process()