HomeSort by relevance Sort by last modified time
    Searched refs:min_heap_empty (Results 1 - 2 of 2) sorted by null

  /external/libevent/
minheap-internal.h 49 static inline int min_heap_empty(min_heap_t* s);
67 int min_heap_empty(min_heap_t* s) { return 0u == s->n; } function
event.c 777 EVUTIL_ASSERT(min_heap_empty(&base->timeheap));
    [all...]

Completed in 144 milliseconds