| /xnu-10063.101.15/osfmk/tests/ |
| H A D | pmap_tests.c | 156 kern_return_t res = kernel_thread_start_priority(pmap_disconnect_thread, in test_pmap_enter_disconnect() 218 kern_return_t res = kernel_thread_start_priority(pmap_remove_thread, in test_pmap_compress_remove() 389 …thread_krs[j] = kernel_thread_start_priority(pmap_nest_thread, &args[j], MAXPRI_KERNEL - (j % 4), … in test_pmap_nesting() 745 kr = kernel_thread_start_priority(hugepv_remove_enter_thread, in test_pmap_huge_pv_list() 753 kr = kernel_thread_start_priority(hugepv_fast_fault_thread, &args, in test_pmap_huge_pv_list() 761 kr = kernel_thread_start_priority(hugepv_cache_attr_thread, &args, in test_pmap_huge_pv_list()
|
| H A D | kernel_tests.c | 983 …result = kernel_thread_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &tar… in ts_kernel_primitive_test() 996 …result = kernel_thread_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &tar… in ts_kernel_primitive_test() 999 …result = kernel_thread_start_priority((thread_continue_t)thread_lock_unlock_kernel_primitive, &tar… in ts_kernel_primitive_test() 1057 result = kernel_thread_start_priority((thread_continue_t)func, info, priority, &thread); in start_threads()
|
| /xnu-10063.101.15/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()
|
| /xnu-10063.101.15/osfmk/kern/ |
| H A D | exclaves_panic.c | 252 kr = kernel_thread_start_priority(exclaves_xnu_proxy_panic_thread, NULL, in exclaves_panic_thread_setup()
|
| H A D | test_lock.c | 132 kr = kernel_thread_start_priority(hw_lck_ticket_allow_invalid_worker, lck, in hw_lck_ticket_allow_invalid_test() 525 kernel_thread_start_priority(smr_sleepable_stress_worker, in smr_sleepable_stress_test()
|
| H A D | remote_time.c | 459 kern_return_t result = kernel_thread_start_priority((thread_continue_t)bt_calibration_thread, in bt_calibration_thread_start()
|
| H A D | exclaves_inspection.c | 381 kr = (kernel_thread_start_priority( in exclaves_inspection_init()
|
| H A D | epoch_sync.c | 620 ret = kernel_thread_start_priority(test_lock_unlock, NULL, in esync_test()
|
| H A D | thread_call.c | 497 result = kernel_thread_start_priority((thread_continue_t)thread_call_thread, in thread_call_thread_create() 543 result = kernel_thread_start_priority((thread_continue_t)thread_call_daemon, in thread_call_initialize()
|
| H A D | thread.h | 1167 extern kern_return_t kernel_thread_start_priority(
|
| H A D | thread.c | 1925 kernel_thread_start_priority( in kernel_thread_start_priority() function 1954 return kernel_thread_start_priority(continuation, parameter, -1, new_thread); in kernel_thread_start()
|
| H A D | sched_prim.c | 6811 result = kernel_thread_start_priority((thread_continue_t)sched_init_thread, in sched_startup() 6831 result = kernel_thread_start_priority((thread_continue_t)sched_update_powered_cores_continue, in sched_startup()
|
| H A D | zalloc.c | 11073 kr = kernel_thread_start_priority(zone_stress_worker, &ctx, in zone_stress_test_run() 11183 kr = kernel_thread_start_priority(zone_gc_stress_worker, &ctx, in zone_gc_stress_test_run()
|
| /xnu-10063.101.15/osfmk/i386/ |
| H A D | pmap_common.c | 384 …mres = kernel_thread_start_priority((thread_continue_t)mapping_replenish, NULL, MAXPRI_KERNEL, &ma… in mapping_adjust()
|
| /xnu-10063.101.15/osfmk/vm/ |
| H A D | vm_compressor_backing_store.c | 485 if (kernel_thread_start_priority((thread_continue_t)vm_swapout_thread, NULL, in vm_compressor_swap_init() 493 if (kernel_thread_start_priority((thread_continue_t)vm_swapfile_create_thread, NULL, in vm_compressor_swap_init() 500 if (kernel_thread_start_priority((thread_continue_t)vm_swapfile_gc_thread, NULL, in vm_compressor_swap_init()
|
| H A D | vm_reclaim.c | 1220 (void)kernel_thread_start_priority(reclaim_thread, in vm_deferred_reclamation_init()
|
| H A D | vm_object.c | 586 …result = kernel_thread_start_priority(io_reprioritize_thread, NULL, 95 /* MAXPRI_KERNEL */, &threa… in vm_io_reprioritize_init() 602 kr = kernel_thread_start_priority( in vm_object_reaper_init()
|
| H A D | vm_pageout.c | 5258 result = kernel_thread_start_priority((thread_continue_t)vm_pageout_iothread_external, in vm_pageout() 5271 result = kernel_thread_start_priority((thread_continue_t)vm_pressure_thread, NULL, in vm_pageout() 5417 result = kernel_thread_start_priority((thread_continue_t)vm_pageout_iothread_internal, in vm_pageout_internal_start()
|
| H A D | vm_compressor.c | 1201 if (kernel_thread_start_priority((thread_continue_t)vm_compressor_swap_trigger_thread, NULL, in vm_compressor_init()
|
| /xnu-10063.101.15/bsd/dev/dtrace/ |
| H A D | fasttrap.c | 58 extern kern_return_t kernel_thread_start_priority(thread_continue_t continuation, void *parameter, … 2788 …kern_return_t res = kernel_thread_start_priority((thread_continue_t)fasttrap_pid_cleanup_cb, NULL,… in fasttrap_init()
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | kern_memorystatus.c | 1086 extern kern_return_t kernel_thread_start_priority(thread_continue_t continuation, 1591 …result = kernel_thread_start_priority(memorystatus_thread, NULL, 95 /* MAXPRI_KERNEL */, &jetsam_t… in memorystatus_init()
|