Searched refs:timer_create (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dposix-timers.h72 int (*timer_create) (struct k_itimer *timer); member in struct:k_clock
87 /* error handlers for timer_create, nanosleep and settime */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/shared/
H A Dbsd_timer.c57 timer_create( ) - allocate a timer using the specified clock for a timing base (POSIX)
199 int timer_create( function
208 TIMERDBG("timer_create can only support clock id CLOCK_REALTIME");
214 TIMERDBG("timer_create can only support signalled alarms using SIGALRM");
763 return timer_create(CLOCK_REALTIME, NULL, (timer_t *)timer_id);
H A Dlinux_timer.c57 timer_create( ) - allocate a timer using the specified clock for a timing base (POSIX)
201 int timer_create( function
210 TIMERDBG("timer_create can only support clock id CLOCK_REALTIME");
216 TIMERDBG("timer_create can only support signalled alarms using SIGALRM");
770 return timer_create(CLOCK_REALTIME, NULL, (timer_t *)timer_id);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsyscall_table.S353 ENTRY_COMP(timer_create) /* 250 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dmmtimer.c657 .timer_create = sgi_timer_create,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dposix-cpu-timers.c1611 .timer_create = process_cpu_timer_create,
1619 .timer_create = thread_cpu_timer_create,
H A Dposix-timers.c483 error = CLOCK_DISPATCH(which_clock, timer_create, (new_timer));

Completed in 110 milliseconds