]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/man/processor_set_destroy.html
xnu-792.6.76.tar.gz
[apple/xnu.git] / osfmk / man / processor_set_destroy.html
index 4ee623e852d13dd7732f68eac7796775b6ddfafc..47f9a483ae9d060b2ee9d5fde1c12fe85ef0ff12 100755 (executable)
@@ -1 +1,36 @@
-<h2>processor_set_destroy</h2>\r<hr>\r<p>\r<strong>Function</strong> - Destroy the target processor set object.\r<h3>SYNOPSIS</h3>\r<pre>\r<strong>kern_return_t     processor_set_destroy</strong>\r         <strong>(processor_set_t</strong>       <var>processor_set</var><strong>);</strong>\r</pre>\r<h3>PARAMETERS</h3>\r<dl>\r<dt> <var>processor_set</var> \r<dd>\r[in processor-set-control send right]\rThe control port for the processor \rset to be destroyed.\r</dl>\r<h3>DESCRIPTION</h3>\r<p>\rThe <strong>processor_set_destroy</strong> function destroys the specified\rprocessor set.  Any \rassigned processors, tasks or threads are re-assigned to the default set.  The\robject port (not the name port) for the processor set is required.\r<h3>RETURN VALUES</h3>\r<dl>\r<dt> <strong>KERN_DEFAULT_SET</strong>\r<dd>\rAn attempt was made to destroy the default processor set.\r</dl>\r<h3>RELATED INFORMATION</h3>\r<p>\rFunctions:\r<a href="processor_set_create.html">processor_set_create</a>,\r<a href="processor_assign.html">processor_assign</a>,\r<a href="task_assign.html">task_assign</a>,\r<a href="thread_assign.html">thread_assign</a>.\r
\ No newline at end of file
+<h2>processor_set_destroy</h2>
+<hr>
+<p>
+<strong>Function</strong> - Destroy the target processor set object.
+<h3>SYNOPSIS</h3>
+<pre>
+<strong>kern_return_t  processor_set_destroy</strong>
+               <strong>(processor_set_t</strong>       <var>processor_set</var><strong>);</strong>
+</pre>
+<h3>PARAMETERS</h3>
+<dl>
+<dt> <var>processor_set</var> 
+<dd>
+[in processor-set-control send right]
+The control port for the processor 
+set to be destroyed.
+</dl>
+<h3>DESCRIPTION</h3>
+<p>
+The <strong>processor_set_destroy</strong> 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.
+<h3>RETURN VALUES</h3>
+<dl>
+<dt> <strong>KERN_DEFAULT_SET</strong>
+<dd>
+An attempt was made to destroy the default processor set.
+</dl>
+<h3>RELATED INFORMATION</h3>
+<p>
+Functions:
+<a href="processor_set_create.html">processor_set_create</a>,
+<a href="processor_assign.html">processor_assign</a>,
+<a href="task_assign.html">task_assign</a>,
+<a href="thread_assign.html">thread_assign</a>.