Home
last modified time | relevance | path

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

/external/chromium/third_party/libevent/
Dmin_heap.h39 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; } in min_heap_ctor() function
Devent.c181 min_heap_ctor(&base->timeheap); in event_base_new()