Searched refs:timer (Results 1 - 14 of 14) sorted by relevance

/bionic/libc/bionic/
H A Dpthread-timers.c41 * C library. We use a very basic scheme where each timer is associated to a
55 /* normal (i.e. non-SIGEV_THREAD) timer ids are created directly by the kernel
58 * on the other hand, a SIGEV_THREAD timer ID will have its TIMER_ID_WRAP_BIT
60 * guaranteed to never be used by kernel-provided timer ids
77 /* True iff a timer id is valid */
103 * the timer thread and the timer_XXX() functions
145 thr_timer_t* timer; local
151 timer = t->free_timer;
152 if (timer != NULL) {
153 t->free_timer = timer
182 thr_timer_t* timer = &t->timers[nn]; local
205 thr_timer_t* timer; local
276 thr_timer_t* timer = thr_timer_table_from_id( table, id, 0 ); local
330 thr_timer_t* timer = thr_timer_table_alloc( table ); local
386 thr_timer_t* timer = thr_timer_table_from_id(table, id, 1); local
411 timer_gettime_internal( thr_timer_t* timer, struct itimerspec* spec) argument
446 thr_timer_t* timer = thr_timer_from_id(id); local
474 thr_timer_t* timer = thr_timer_from_id(id); local
518 thr_timer_t* timer = thr_timer_from_id(id); local
538 thr_timer_t* timer = _arg; local
[all...]
/bionic/libc/kernel/common/linux/netfilter/
H A Dxt_IDLETIMER.h32 struct idletimer_tg *timer __attribute__((aligned(8))); member in struct:idletimer_tg_info
/bionic/libc/kernel/common/linux/sunrpc/
H A Dtypes.h21 #include <linux/timer.h>
H A Dxprt.h95 void (*timer)(struct rpc_task *task); member in struct:rpc_xprt_ops
147 struct timer_list timer; member in struct:rpc_xprt
H A Dclnt.h29 #include <linux/sunrpc/timer.h>
H A Dsched.h21 #include <linux/timer.h>
/bionic/libc/kernel/common/linux/
H A Dworkqueue.h21 #include <linux/timer.h>
34 struct timer_list timer; member in struct:work_struct
40 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data = (d), .timer = TIMER_INITIALIZER(NULL, 0, 0), }
44 #define INIT_WORK(_work, _func, _data) do { INIT_LIST_HEAD(&(_work)->entry); (_work)->pending = 0; PREPARE_WORK((_work), (_func), (_data)); init_timer(&(_work)->timer); } while (0)
H A Dblkdev.h25 #include <linux/timer.h>
/bionic/libc/netbsd/isc/
H A Dev_timers.c63 evTimer * timer; member in struct:__anon596
240 ctx->cur->u.timer.this == del) {
241 printf("deferring delete of timer (executing)\n");
244 * clean up the timer.
272 evTimer *timer = id.opaque; local
277 if (heap_element(ctx->timers, timer->index) != timer)
281 timer->mode |= EV_TMR_RATE;
283 timer->mode &= ~EV_TMR_RATE;
299 evTimer *timer local
396 evTimer *timer = opaqueID.opaque; local
449 evTimer *timer; local
[all...]
H A Dev_streams.c129 evTimeRW(evContext opaqueCtx, evStreamID id, evTimerID timer) /*ARGSUSED*/ { argument
134 str->timer = timer;
273 evTouchIdleTimer(opaqueCtx, str->timer);
296 evTouchIdleTimer(opaqueCtx, str->timer);
H A Deventlib_p.h133 evTimerID timer; member in struct:evStream
135 #define EV_STR_TIMEROK 0x0001 /* IFF timer valid. */
177 struct { evTimer *this; } timer; member in union:evEvent_p::__anon600
/bionic/libc/kernel/arch-mips/asm/ip32/
H A Dcrime.h110 volatile unsigned long timer; member in struct:sgi_crime
H A Dmace.h110 volatile unsigned long timer; member in struct:mace_ethernet
/bionic/libc/private/isc/
H A Deventlib.h142 int evTimeRW __P((evContext, evStreamID, evTimerID timer));

Completed in 5737 milliseconds