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

/bionic/libc/netbsd/isc/
H A Dev_timers.c20 /* ev_timers.c - implement timers for the eventlib
218 if (heap_insert(ctx->timers, id) < 0)
226 printf("timers after evSetTimer:\n");
227 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
250 if (heap_element(ctx->timers, del->index) != del)
253 if (heap_delete(ctx->timers, del->index) < 0)
258 printf("timers after evClearTimer:\n");
259 (void) heap_for_each(ctx->timers, print_timer, (void *)ctx);
277 if (heap_element(ctx->timers, timer->index) != timer)
303 if (heap_element(ctx->timers, time
[all...]
H A Deventlib_p.h210 heap_context timers; member in struct:__anon646
/bionic/libc/bionic/
H A Dpthread-timers.c36 // Normal (i.e. non-SIGEV_THREAD) timers are created directly by the kernel
40 // timers. See the following pages for additional details:
52 // the timers of the child process should be disarmed, but not deleted.
54 // stops all timers before the fork, and only re-start them in case of error
120 thr_timer_t timers[ MAX_THREAD_TIMERS ]; member in struct:thr_timer_table
135 t->timers[nn].id = TIMER_ID_NONE;
137 t->free_timer = &t->timers[0];
139 t->timers[nn-1].next = &t->timers[nn];
156 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.mk402 bionic/pthread-timers.c.arm \
442 bionic/pthread-timers.c \
488 bionic/pthread-timers.c \

Completed in 81 milliseconds