Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/include/isc/
Dheap.h40 #define heap_for_each __heap_for_each macro
49 int heap_for_each(heap_context, heap_for_each_func, void *);
/bionic/libc/upstream-netbsd/lib/libc/isc/
Dev_timers.c239 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evSetTimer()
271 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evClearTimer()
356 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evResetTimer()
444 (void) heap_for_each(ctx->timers, free_timer, NULL); in evDestroyTimers()