Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/kern/
H A Dthread_call.h398 extern void thread_call_setup(
H A Dmk_timer.c103 thread_call_setup(&timer->mkt_thread_call, mk_timer_expire, timer); in mk_timer_create_trap()
H A Dclock_oldops.c196 thread_call_setup(&alarm_done_call, (thread_call_func_t)alarm_done, NULL); in clock_oldconfig()
H A Dthread_call.c602 thread_call_setup( in thread_call_setup() function
653 thread_call_setup(call, func, param0); in _internal_call_allocate()
/xnu-8792.41.9/osfmk/i386/
H A Dpmap_common.c318 thread_call_setup(&pmap_pagetable_corruption_log_call_data, in pmap_pagetable_corruption_log_setup()
/xnu-8792.41.9/osfmk/console/
H A Dvideo_console.c2457 thread_call_setup(&vc_progress_call, vc_progress_task, NULL); in vc_progress_initialize()
2462 thread_call_setup(&vc_progressmeter_call, vc_progressmeter_task, NULL); in vc_progress_initialize()