Home
last modified time | relevance | path

Searched refs:thread_call_delayed_timer (Results 1 – 1 of 1) sorted by relevance

/xnu-10002.61.3/osfmk/kern/
H A Dthread_call.c207 extern void thread_call_delayed_timer(timer_call_param_t p0, timer_call_param_t p1);
473 timer_call_setup(&group->delayed_timers[flavor], thread_call_delayed_timer, group); in thread_call_group_setup()
1987 thread_call_delayed_timer(timer_call_param_t p0, timer_call_param_t p1) in thread_call_delayed_timer() function