Home
last modified time | relevance | path

Searched refs:task_suspend (Results 1 – 8 of 8) sorted by relevance

/xnu-11215/tests/
H A Dhw_breakpoint_step_arm64.c179 kr = task_suspend(task);
189 kr = task_suspend(task);
H A Dtask_suspend_stats.c298 kr = task_suspend(child_task);
378 kr = task_suspend(child_task);
H A Dtask_info.c656 kr = task_suspend(mach_task_self()); in test_task_basic_info()
798 kr = task_suspend(mach_task_self());
/xnu-11215/libsyscall/mach/
H A Dadd_attributes_to_mig.txt37 task_suspend
/xnu-11215/bsd/kern/
H A Dprocess_policy.c89 extern kern_return_t task_suspend(task_t);
716 task_suspend(proc_task(p)); in proc_apply_resource_actions()
H A Dkern_proc.c4401 task_suspend(proc_task(p)); in proc_dopcontrol()
/xnu-11215/osfmk/mach/
H A Dtask.defs193 routine task_suspend(
/xnu-11215/osfmk/kern/
H A Dtask.c4128 task_suspend( in task_suspend() function