1*e13b1fa5SApple OSS Distributions<h2>processor_set_destroy</h2> 2*e13b1fa5SApple OSS Distributions<hr> 3*e13b1fa5SApple OSS Distributions<p> 4*e13b1fa5SApple OSS Distributions<strong>Function</strong> - Destroy the target processor set object. 5*e13b1fa5SApple OSS Distributions<h3>SYNOPSIS</h3> 6*e13b1fa5SApple OSS Distributions<pre> 7*e13b1fa5SApple OSS Distributions<strong>kern_return_t processor_set_destroy</strong> 8*e13b1fa5SApple OSS Distributions <strong>(processor_set_t</strong> <var>processor_set</var><strong>);</strong> 9*e13b1fa5SApple OSS Distributions</pre> 10*e13b1fa5SApple OSS Distributions<h3>PARAMETERS</h3> 11*e13b1fa5SApple OSS Distributions<dl> 12*e13b1fa5SApple OSS Distributions<dt> <var>processor_set</var> 13*e13b1fa5SApple OSS Distributions<dd> 14*e13b1fa5SApple OSS Distributions[in processor-set-control send right] 15*e13b1fa5SApple OSS DistributionsThe control port for the processor 16*e13b1fa5SApple OSS Distributionsset to be destroyed. 17*e13b1fa5SApple OSS Distributions</dl> 18*e13b1fa5SApple OSS Distributions<h3>DESCRIPTION</h3> 19*e13b1fa5SApple OSS Distributions<p> 20*e13b1fa5SApple OSS DistributionsThe <strong>processor_set_destroy</strong> function destroys the specified 21*e13b1fa5SApple OSS Distributionsprocessor set. Any 22*e13b1fa5SApple OSS Distributionsassigned processors, tasks or threads are re-assigned to the default set. The 23*e13b1fa5SApple OSS Distributionsobject port (not the name port) for the processor set is required. 24*e13b1fa5SApple OSS Distributions<h3>RETURN VALUES</h3> 25*e13b1fa5SApple OSS Distributions<dl> 26*e13b1fa5SApple OSS Distributions<dt> <strong>KERN_DEFAULT_SET</strong> 27*e13b1fa5SApple OSS Distributions<dd> 28*e13b1fa5SApple OSS DistributionsAn attempt was made to destroy the default processor set. 29*e13b1fa5SApple OSS Distributions</dl> 30*e13b1fa5SApple OSS Distributions<h3>RELATED INFORMATION</h3> 31*e13b1fa5SApple OSS Distributions<p> 32*e13b1fa5SApple OSS DistributionsFunctions: 33*e13b1fa5SApple OSS Distributions<a href="processor_set_create.html">processor_set_create</a>, 34*e13b1fa5SApple OSS Distributions<a href="processor_assign.html">processor_assign</a>, 35*e13b1fa5SApple OSS Distributions<a href="task_assign.html">task_assign</a>, 36*e13b1fa5SApple OSS Distributions<a href="thread_assign.html">thread_assign</a>. 37