X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..13fec9890cf095cc781fdf7b8917cb03bf32dd4c:/osfmk/man/processor_set_destroy.html diff --git a/osfmk/man/processor_set_destroy.html b/osfmk/man/processor_set_destroy.html index 4ee623e85..47f9a483a 100755 --- 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.