X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..39236c6e673c41db228275375ab7fdb0f837b292:/osfmk/man/processor_set_destroy.html diff --git a/osfmk/man/processor_set_destroy.html b/osfmk/man/processor_set_destroy.html old mode 100755 new mode 100644 index 4ee623e85..47f9a483a --- a/osfmk/man/processor_set_destroy.html +++ b/osfmk/man/processor_set_destroy.html @@ -1 +1,36 @@ -
Function - Destroy the target processor set object.
kern_return_t processor_set_destroy (processor_set_t processor_set);
The processor_set_destroy function destroys the specified processor set. Any assigned processors, tasks or threads are re-assigned to the default set. The object port (not the name port) for the processor set is required.
Functions: processor_set_create, processor_assign, task_assign, thread_assign. \ No newline at end of file +
+Function - Destroy the target processor set object. +
+kern_return_t processor_set_destroy + (processor_set_t processor_set); ++
+The processor_set_destroy function destroys the specified +processor set. Any +assigned processors, tasks or threads are re-assigned to the default set. The +object port (not the name port) for the processor set is required. +
+Functions: +processor_set_create, +processor_assign, +task_assign, +thread_assign.