Searched refs:task_suspend (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/libsyscall/mach/
H A Dmach_init.c152 ret = task_suspend(mach_task_self_);
/darwin-on-arm/xnu/osfmk/kperf/
H A Dpet.c140 kr = task_suspend( task );
/darwin-on-arm/xnu/bsd/kern/
H A Dprocess_policy.c83 extern kern_return_t task_suspend(task_t);
566 task_suspend(p->task);
H A Dkern_core.c63 #include <mach/task.h> /* task_suspend() */
272 (void) task_suspend(task);
H A Dkern_shutdown.c67 #include <mach/task.h> /* for task_suspend() */
164 task_suspend(initproc->task);
H A Dkern_memorystatus.c1164 task_suspend(p->task);
1262 task_suspend(p->task);
H A Dkern_sig.c2300 * XXX Inline the task_suspend because we
2305 task_suspend(task);
2645 (void) task_suspend(p->task); /*XXX*/
2948 (void)task_suspend(p->task);
H A Dkern_exec.c1124 (void) task_suspend(p->task);
H A Dkern_proc.c2870 task_suspend(p->task);
/darwin-on-arm/xnu/osfmk/mach/
H A Dtask.defs139 routine task_suspend(
/darwin-on-arm/xnu/osfmk/mach/arm/
H A Dtask.h139 /* Routine task_suspend */
145 kern_return_t task_suspend
1591 { "task_suspend", 3407 },\
/darwin-on-arm/xnu/bsd/dev/dtrace/
H A Ddtrace_glue.c83 task_suspend(p->task);
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask.c972 * and verify that the task is active. This differs from task_suspend
1282 * task_suspend:
1290 task_suspend( function

Completed in 152 milliseconds