HomeSort by: relevance | last modified time | path
    Searched refs:heap_for_each (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/include/isc/
heap.h 40 #define heap_for_each __heap_for_each macro
49 int heap_for_each(heap_context, heap_for_each_func, void *);
  /src/lib/libc/isc/
ev_timers.c 239 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
271 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
356 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
444 (void) heap_for_each(ctx->timers, free_timer, NULL);

Completed in 12 milliseconds