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.