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

  /external/chromium_org/third_party/libevent/
min_heap.h 39 static inline void min_heap_ctor(min_heap_t* s);
58 void min_heap_ctor(min_heap_t* s) { s->p = 0; s->n = 0; s->a = 0; } function
event.c 169 min_heap_ctor(&base->timeheap);

Completed in 58 milliseconds