X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..2a1bd2d3eef5c7a7bb14f4bb9fdbca9a96ee4752:/osfmk/man/task_resume.html diff --git a/osfmk/man/task_resume.html b/osfmk/man/task_resume.html old mode 100755 new mode 100644 index 78fcdf022..7eb73e40b --- a/osfmk/man/task_resume.html +++ b/osfmk/man/task_resume.html @@ -1 +1,39 @@ -
Function - Decrement the target task's suspend count.
kern_return_t task_resume (task_t task);
The task_resume function decrements the suspend count for task. If the task's suspend count goes to zero, the function resumes any suspended threads within the task. To resume a given thread, the thread's own suspend count must also be zero.
An attempt to lower the suspend count below zero is ignored.
Only generic errors apply.
Functions: task_create, task_info, task_suspend, task_terminate, thread_info, thread_resume, thread_suspend. \ No newline at end of file +
+Function - Decrement the target task's suspend count. +
+kern_return_t task_resume + (task_t task); ++
+
+The task_resume function decrements the suspend count +for task. If the task's suspend count goes to zero, the +function resumes any suspended threads within the task. To resume +a given thread, the thread's own suspend count must also be zero. +
+An attempt to lower the suspend count below zero is ignored. +
+Only generic errors apply. +
+Functions: +task_create, +task_info, +task_suspend, +task_terminate, +thread_info, +thread_resume, +thread_suspend.