| /xnu-11215.1.10/osfmk/kern/ |
| H A D | sched_prim.h | 153 thread_continue_t continuation, 162 thread_continue_t continuation, 254 thread_continue_t continuation); 262 thread_continue_t continuation, 632 thread_continue_t continuation, void *parameter, thread_handoff_option_t) __dead2; 696 thread_continue_t continuation, 718 thread_continue_t continuation); 760 thread_continue_t continuation, 766 thread_continue_t continuation); 769 thread_continue_t continuation,
|
| H A D | syscall_subr.c | 134 thread_yield_with_continuation((thread_continue_t)swtch_continue, NULL); in swtch() 173 thread_yield_with_continuation((thread_continue_t)swtch_pri_continue, NULL); in swtch_pri() 325 thread_continue_t continuation, in thread_yield_with_continuation() 349 thread_handoff_internal(thread_t thread, thread_continue_t continuation, in thread_handoff_internal() 387 thread_handoff_parameter(thread_t thread, thread_continue_t continuation, in thread_handoff_parameter()
|
| H A D | kern_types.h | 94 typedef void (*thread_continue_t)(void *, wait_result_t); typedef 95 #define THREAD_CONTINUE_NULL ((thread_continue_t) NULL)
|
| H A D | thread.h | 470 thread_continue_t continuation; /* continue here next dispatch */ 1190 thread_continue_t continuation, 1196 thread_continue_t continuation, 1214 thread_continue_t continuation, 1439 thread_continue_t continuation); 1442 thread_continue_t continuation, 1448 thread_continue_t thread_return, 1977 thread_continue_t continuation,
|
| H A D | exclaves_log.c | 357 thread_continue_t log_handler = log_server_retrieve_logs; in exclaves_oslog_init() 359 thread_continue_t log_handler = redacted_log_server_retrieve_logs; in exclaves_oslog_init()
|
| H A D | remote_time.c | 452 thread_block((thread_continue_t)bt_calibration_thread); in bt_calibration_thread() 459 kern_return_t result = kernel_thread_start_priority((thread_continue_t)bt_calibration_thread, in bt_calibration_thread_start()
|
| H A D | thread.c | 742 thread_block((thread_continue_t)thread_terminate_continue); in thread_terminate_self() 1303 thread_continue_t continuation, in thread_create_internal() 1631 thread_continue_t continuation) in thread_create_with_options_internal() 1676 TH_OPTION_NONE, (thread_continue_t)thread_bootstrap_return); in thread_create_immovable() 1686 (thread_continue_t)thread_bootstrap_return); in thread_create_from_user() 1693 thread_continue_t continuation) in thread_create_with_continuation() 1704 thread_continue_t continuation, in thread_create_waiting_internal() 1754 thread_continue_t continuation, in main_thread_create_waiting() 1787 (thread_continue_t)thread_bootstrap_return, NULL, in thread_create_running_internal2() 1868 thread_continue_t continuation, in thread_create_workq_waiting() [all …]
|
| H A D | sfi.c | 117 thread_continue_t class_continuation; 187 thread_continue_t continuation; 975 thread_continue_t continuation; in sfi_ast()
|
| /xnu-11215.1.10/osfmk/kperf/ |
| H A D | kperf.h | 105 kperf_on_cpu(thread_t thread, thread_continue_t continuation, in kperf_on_cpu() 109 void kperf_on_cpu_internal(thread_t thread, thread_continue_t continuation, in kperf_on_cpu()
|
| H A D | pet.h | 51 void kppet_on_cpu(thread_t thread, thread_continue_t continuation,
|
| H A D | kperf.c | 201 void kperf_on_cpu_internal(thread_t thread, thread_continue_t continuation, 204 kperf_on_cpu_internal(thread_t thread, thread_continue_t continuation, in kperf_on_cpu_internal()
|
| H A D | lazy.h | 43 thread_continue_t continuation, uintptr_t *starting_fp);
|
| H A D | lazy.c | 80 kperf_lazy_wait_sample(thread_t thread, thread_continue_t continuation, in kperf_lazy_wait_sample()
|
| /xnu-11215.1.10/osfmk/console/ |
| H A D | serial_general.c | 62 …result = kernel_thread_start_priority((thread_continue_t)serial_keyboard_start, NULL, MAXPRI_KERNE… in serial_keyboard_init() 95 thread_block((thread_continue_t)serial_keyboard_poll); /* Wait for it */ in serial_keyboard_poll()
|
| /xnu-11215.1.10/osfmk/arm/ |
| H A D | misc_protos.h | 70 extern thread_t Switch_context(thread_t, thread_continue_t, thread_t); 72 extern void __dead2 Call_continuation(thread_continue_t, void *, wait_result_t, boolean_t enable_in…
|
| /xnu-11215.1.10/osfmk/tests/ |
| H A D | kernel_tests.c | 993 …result = kernel_thread_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &tar… in ts_kernel_primitive_test() 1006 …result = kernel_thread_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &tar… in ts_kernel_primitive_test() 1009 …result = kernel_thread_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &tar… in ts_kernel_primitive_test() 1048 start_threads(thread_continue_t func, struct synch_test_common *info, bool sleep_after_first) in start_threads() 1067 result = kernel_thread_start_priority((thread_continue_t)func, info, priority, &thread); in start_threads() 2339 start_threads((thread_continue_t)thread_use_cache, (struct synch_test_common *)info, FALSE); in test_cache_reflock() 2354 start_threads((thread_continue_t)thread_refcount_reflock, (struct synch_test_common *)info, FALSE); in test_refcount_reflock() 2370 start_threads((thread_continue_t)thread_force_reflock, (struct synch_test_common *)info, FALSE); in test_force_reflock() 2384 start_threads((thread_continue_t)thread_lock_reflock, (struct synch_test_common *)info, FALSE); in test_lock_reflock() 2399 …start_threads((thread_continue_t)thread_just_inheritor_do_work, (struct synch_test_common *)info, … in test_sleep_with_wake_all() [all …]
|
| H A D | vfp_state_test.c | 181 retval = kernel_thread_start((thread_continue_t)vfp_state_test_thread_routine, in vfp_state_test()
|
| /xnu-11215.1.10/iokit/Kernel/ |
| H A D | IOWorkLoop.cpp | 176 thread_continue_t cptr = OSMemberFunctionCast( in init() 177 thread_continue_t, in init() 442 thread_continue_t cptr = NULL; in threadMain() 445 thread_continue_t, this, &IOWorkLoop::threadMain); in threadMain()
|
| /xnu-11215.1.10/bsd/kern/ |
| H A D | lockdown_mode.c | 76 …kern_return_t ret = kernel_thread_start((thread_continue_t)lockdown_mode_init_async_thread, 0, &th… in lockdown_mode_init_async()
|
| /xnu-11215.1.10/bsd/security/audit/ |
| H A D | audit_worker.c | 451 (thread_continue_t)audit_worker); in audit_worker() 573 kernel_thread_start((thread_continue_t)audit_worker, NULL, in audit_worker_init()
|
| H A D | audit_bsd.h | 219 thread_continue_t function);
|
| H A D | audit_bsd.c | 206 _audit_cv_wait_continuation(struct cv *cvp, lck_mtx_t *mp, thread_continue_t function) in _audit_cv_wait_continuation()
|
| /xnu-11215.1.10/osfmk/i386/ |
| H A D | misc_protos.h | 115 thread_t Switch_context(thread_t, thread_continue_t, thread_t);
|
| /xnu-11215.1.10/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 484 if (kernel_thread_start_priority((thread_continue_t)vm_swapout_thread, NULL, in vm_compressor_swap_init() 492 if (kernel_thread_start_priority((thread_continue_t)vm_swapfile_create_thread, NULL, in vm_compressor_swap_init() 499 if (kernel_thread_start_priority((thread_continue_t)vm_swapfile_gc_thread, NULL, in vm_compressor_swap_init() 843 thread_block((thread_continue_t)vm_swapfile_create_thread); in vm_swapfile_create_thread() 967 thread_block((thread_continue_t)vm_swapfile_gc_thread); in vm_swapfile_gc_thread() 1377 thread_block((thread_continue_t)vm_swapout_thread); in vm_swapout_thread()
|
| /xnu-11215.1.10/bsd/sys/ |
| H A D | eventvar.h | 499 event_t event, thread_continue_t continuation);
|