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

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtimer_call.h41 typedef void (*timer_call_func_t)( typedef
65 timer_call_func_t func,
H A Dtimer_call.c61 timer_call_func_t func,
262 timer_call_func_t func;
281 DTRACE_TMR3(callout__start, timer_call_func_t, func,
289 DTRACE_TMR3(callout__end, timer_call_func_t, func,
H A Dclock.c146 timer_call_setup(&clock_calend.adjcall, (timer_call_func_t)calend_adjust_call, NULL);
H A Dclock_oldops.c182 timer_call_setup(&alarm_expire_timer, (timer_call_func_t)alarm_expire, NULL);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c300 typedef void (*timer_call_func_t)( typedef
307 timer_call_func_t func,

Completed in 33 milliseconds