Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/ntp/sntp/libevent/
HDminheap-internal.h49 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
HDevent.c844 EVUTIL_ASSERT(min_heap_empty_(&base->timeheap)); in event_base_free_()
3082 if (min_heap_empty_(&base->timeheap)) { in timeout_process()