OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:heap_for_each
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/private/isc/
heap.h
40
#define
heap_for_each
__heap_for_each
macro
49
int
heap_for_each
(heap_context, heap_for_each_func, void *);
/bionic/libc/netbsd/isc/
ev_timers.c
227
(void)
heap_for_each
(ctx->timers, print_timer, (void *)ctx);
259
(void)
heap_for_each
(ctx->timers, print_timer, (void *)ctx);
344
(void)
heap_for_each
(ctx->timers, print_timer, (void *)ctx);
432
(void)
heap_for_each
(ctx->timers, free_timer, NULL);
Completed in 24 milliseconds