OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:min_heap_top
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
min_heap.h
45
static inline struct event*
min_heap_top
(min_heap_t* s);
63
struct event*
min_heap_top
(min_heap_t* s) { return s->n ? *s->p : 0; }
function
event.c
228
while ((ev =
min_heap_top
(&base->timeheap)) != NULL) {
839
if ((ev =
min_heap_top
(&base->timeheap)) == NULL) {
914
while ((ev =
min_heap_top
(&base->timeheap))) {
Completed in 2495 milliseconds