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

/xnu-2782.1.97/osfmk/kern/
H A Dthread_call.c1416 thread_call_delayed_timer_rescan(timer_call_param_t p0, __unused timer_call_param_t p1) function
1459 thread_call_delayed_timer_rescan((timer_call_param_t)&thread_call_groups[THREAD_CALL_PRIORITY_LOW], NULL);
1460 thread_call_delayed_timer_rescan((timer_call_param_t)&thread_call_groups[THREAD_CALL_PRIORITY_USER], NULL);
1461 thread_call_delayed_timer_rescan((timer_call_param_t)&thread_call_groups[THREAD_CALL_PRIORITY_KERNEL], NULL);
1462 thread_call_delayed_timer_rescan((timer_call_param_t)&thread_call_groups[THREAD_CALL_PRIORITY_HIGH], NULL);

Completed in 20 milliseconds