Home
last modified time | relevance | path

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

/external/libevent/
Devent.c569 min_heap_ctor(&base->timeheap); in event_base_new_with_config()
733 while ((ev = min_heap_top(&base->timeheap)) != NULL) { in event_base_free()
777 EVUTIL_ASSERT(min_heap_empty(&base->timeheap)); in event_base_free()
778 min_heap_dtor(&base->timeheap); in event_base_free()
2071 if (min_heap_reserve(&base->timeheap, in event_add_internal()
2072 1 + min_heap_size(&base->timeheap)) == -1) in event_add_internal()
2406 ev = min_heap_top(&base->timeheap); in timeout_next()
2468 pev = base->timeheap.p; in timeout_correct()
2469 size = base->timeheap.n; in timeout_correct()
2500 if (min_heap_empty(&base->timeheap)) { in timeout_process()
[all …]
Devent-internal.h245 struct min_heap timeheap; member