Home
last modified time | relevance | path

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

/xnu-8796.101.5/osfmk/kern/
H A Dthread_call.c206 extern void thread_call_delayed_timer(timer_call_param_t p0, timer_call_param_t p1);
472 timer_call_setup(&group->delayed_timers[flavor], thread_call_delayed_timer, group); in thread_call_group_setup()
1986 thread_call_delayed_timer(timer_call_param_t p0, timer_call_param_t p1) in thread_call_delayed_timer() function