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

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_call.h242 extern void thread_call_setup(
H A Dmk_timer.c84 thread_call_setup(&timer->call_entry, mk_timer_expire, timer);
H A Dclock.c163 thread_call_setup(&calend_wakecall, (thread_call_func_t)IOKitResetTime, NULL);
H A Dthread_call.c349 thread_call_setup( function
744 thread_call_setup(call, func, param0);
H A Dclock_oldops.c181 thread_call_setup(&alarm_done_call, (thread_call_func_t)alarm_done, NULL);
H A Dzalloc.c1198 thread_call_setup(&z->call_async_alloc, zalloc_async, z);
/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_common.c212 thread_call_setup(&pmap_pagetable_corruption_log_call_data,
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c930 extern void thread_call_setup(thread_call_t, thread_call_func_t, thread_call_param_t); /* XXX MACH_KERNEL_PRIVATE */
951 thread_call_setup( (thread_call_t) tq, (thread_call_func_t)_taskq_apply, (thread_call_param_t)func );
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c1066 thread_call_setup(&pmap_pagetable_corruption_log_call_data, (thread_call_func_t) pmap_pagetable_corruption_msg_log, (thread_call_param_t) & printf);
1581 thread_call_setup(&mapping_adjust_call_data, (thread_call_func_t) mapping_adjust, (thread_call_param_t) NULL);
/darwin-on-arm/xnu/osfmk/console/
H A Dvideo_console.c2372 thread_call_setup(&vc_progress_call, vc_progress_task, NULL);

Completed in 69 milliseconds