Searched refs:thread_call_setup (Results 1 – 6 of 6) sorted by relevance
| /xnu-8792.41.9/osfmk/kern/ |
| H A D | thread_call.h | 398 extern void thread_call_setup(
|
| H A D | mk_timer.c | 103 thread_call_setup(&timer->mkt_thread_call, mk_timer_expire, timer); in mk_timer_create_trap()
|
| H A D | clock_oldops.c | 196 thread_call_setup(&alarm_done_call, (thread_call_func_t)alarm_done, NULL); in clock_oldconfig()
|
| H A D | thread_call.c | 602 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 D | pmap_common.c | 318 thread_call_setup(&pmap_pagetable_corruption_log_call_data, in pmap_pagetable_corruption_log_setup()
|
| /xnu-8792.41.9/osfmk/console/ |
| H A D | video_console.c | 2457 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()
|