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

/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dtimer_call.h66 typedef void (*timer_call_func_t)( typedef
133 timer_call_func_t func,
H A Dtimer_call.c192 timer_call_func_t func,
541 DTRACE_TMR7(callout__create, timer_call_func_t, CE(call)->func,
643 DTRACE_TMR6(callout__cancel, timer_call_func_t, CE(call)->func,
730 timer_call_func_t func;
774 DTRACE_TMR7(callout__start, timer_call_func_t, func,
787 DTRACE_TMR4(callout__end, timer_call_func_t, func,
H A Dclock.c162 timer_call_setup(&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);

Completed in 274 milliseconds