Searched refs:timers (Results 1 - 5 of 5) sorted by relevance

/bionic/libc/upstream-netbsd/libc/isc/
H A Dev_timers.c20 /* ev_timers.c - implement timers for the eventlib
230 if (heap_insert(ctx->timers, id) < 0)
238 evPrintf(ctx, 7, "timers after evSetTimer:\n");
239 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
262 if (heap_element(ctx->timers, del->index) != del)
265 if (heap_delete(ctx->timers, del->index) < 0)
270 evPrintf(ctx, 7, "timers after evClearTimer:\n");
271 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
289 if (heap_element(ctx->timers, timer->index) != timer)
315 if (heap_element(ctx->timers, time
[all...]
H A Deventlib_p.h255 heap_context timers; member in struct:__anon687
/bionic/libc/bionic/
H A Dpthread-timers.c42 // Normal (i.e. non-SIGEV_THREAD) timers are created directly by the kernel
46 // timers. See the following pages for additional details:
58 // the timers of the child process should be disarmed, but not deleted.
60 // stops all timers before the fork, and only re-start them in case of error
123 thr_timer_t timers[ MAX_THREAD_TIMERS ]; member in struct:thr_timer_table
138 t->timers[nn].id = TIMER_ID_NONE;
140 t->free_timer = &t->timers[0];
142 t->timers[nn-1].next = &t->timers[nn];
159 timer->id = TIMER_ID_WRAP((timer - t->timers));
[all...]
/bionic/libc/kernel/arch-mips/asm/ip32/
H A Dmace.h304 struct mace_timers timers; member in struct:mace_perif
/bionic/libc/
H A DAndroid.mk394 bionic/pthread-timers.c.arm \
408 bionic/pthread-timers.c \
447 bionic/pthread-timers.c \

Completed in 159 milliseconds