Searched refs:timer_call_setup (Results 1 - 10 of 10) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtimer_call.h63 extern void timer_call_setup(
H A Dtimer_call.c59 timer_call_setup( function
H A Dclock.c146 timer_call_setup(&clock_calend.adjcall, (timer_call_func_t)calend_adjust_call, NULL);
H A Dthread.c666 timer_call_setup(&new_thread->wait_timer, thread_timer_expire, new_thread);
667 timer_call_setup(&new_thread->depress_timer, thread_depress_expire, new_thread);
H A Dclock_oldops.c182 timer_call_setup(&alarm_expire_timer, (timer_call_func_t)alarm_expire, NULL);
H A Dprocessor.c151 timer_call_setup(&processor->quantum_timer, thread_quantum_expire, processor);
H A Dthread_call.c149 timer_call_setup(&group->delayed_timer, thread_call_delayed_timer, group);
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/i386/
H A Dchud_osfmk_callback_i386.c165 timer_call_setup(&(chud_proc_info->cpu_timer_call),
/macosx-10.5.8/xnu-1228.15.4/osfmk/chud/ppc/
H A Dchud_osfmk_callback_ppc.c128 timer_call_setup(&(chud_proc_info->cpu_timer_call), chudxnu_private_cpu_timer_callback, NULL);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c305 timer_call_setup(
351 timer_call_setup( &(wrapTC->call), _timer_call_apply_cyclic, NULL );

Completed in 95 milliseconds