1 <h2>processor_set_destroy
</h2>
4 <strong>Function
</strong> - Destroy the target processor set object.
7 <strong>kern_return_t processor_set_destroy
</strong>
8 <strong>(processor_set_t
</strong> <var>processor_set
</var><strong>);
</strong>
12 <dt> <var>processor_set
</var>
14 [in processor-set-control send right]
15 The control port for the processor
20 The
<strong>processor_set_destroy
</strong> function destroys the specified
22 assigned processors, tasks or threads are re-assigned to the default set. The
23 object port (not the name port) for the processor set is required.
24 <h3>RETURN VALUES
</h3>
26 <dt> <strong>KERN_DEFAULT_SET
</strong>
28 An attempt was made to destroy the default processor set.
30 <h3>RELATED INFORMATION
</h3>
33 <a href=
"processor_set_create.html">processor_set_create
</a>,
34 <a href=
"processor_assign.html">processor_assign
</a>,
35 <a href=
"task_assign.html">task_assign
</a>,
36 <a href=
"thread_assign.html">thread_assign
</a>.