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

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dmach_init.c200 ret = task_suspend (mach_task_self_);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_shutdown.c73 #include <mach/task.h> /* for task_suspend() */
150 task_suspend(initproc->task);
H A Dkern_core.c63 #include <mach/task.h> /* task_suspend() */
238 (void) task_suspend(task);
H A Dkern_sig.c2088 * XXX Inline the task_suspend because we
2093 task_suspend(task);
2437 (void) task_suspend(p->task); /*XXX*/
2895 (void) task_suspend(p->task);
H A Dkern_exec.c1111 (void) task_suspend(p->task);
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dtask.c783 * and verify that the task is active. This differs from task_suspend
1006 * task_suspend:
1014 task_suspend( function
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c82 task_suspend(p->task);

Completed in 93 milliseconds