Searched refs:timers (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_timers.c | 230 if (heap_insert(ctx->timers, id) < 0) in evSetTimer() 239 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evSetTimer() 262 if (heap_element(ctx->timers, del->index) != del) in evClearTimer() 265 if (heap_delete(ctx->timers, del->index) < 0) in evClearTimer() 271 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evClearTimer() 289 if (heap_element(ctx->timers, timer->index) != timer) in evConfigTimer() 315 if (heap_element(ctx->timers, timer->index) != timer) in evResetTimer() 344 result = heap_increased(ctx->timers, timer->index); in evResetTimer() 350 result = heap_decreased(ctx->timers, timer->index); in evResetTimer() 356 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx); in evResetTimer() [all …]
|
D | eventlib_p.h | 255 heap_context timers; member
|