Searched refs:min_heap_pop_ (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/libevent/
H A Dminheap-internal.h54 static inline struct event* min_heap_pop_(min_heap_t* s);
79 struct event* min_heap_pop_(min_heap_t* s) function
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_minheap.c81 last_e = min_heap_pop_(&heap);
83 e = min_heap_pop_(&heap);

Completed in 125 milliseconds