Searched refs:chud_timer_t (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/osfmk/chud/
H A Dchud_osfmk_callback.c52 __private_extern__ chud_timer_t
55 return (chud_timer_t)thread_call_allocate((thread_call_func_t)func, param0);
60 chud_timer_t timer,
72 chudxnu_timer_callback_cancel(chud_timer_t timer)
79 chudxnu_timer_free(chud_timer_t timer)
H A Dchud_xnu.h242 typedef void * chud_timer_t; typedef
243 extern chud_timer_t chudxnu_timer_alloc(chudxnu_timer_callback_func_t func, thread_call_param_t param0);
244 extern kern_return_t chudxnu_timer_callback_enter(chud_timer_t timer, thread_call_param_t param1, uint32_t time, uint32_t units);
245 extern kern_return_t chudxnu_timer_callback_cancel(chud_timer_t timer);
246 extern kern_return_t chudxnu_timer_free(chud_timer_t timer);

Completed in 92 milliseconds