Function - Create a new processor set object.
kern_return_t processor_set_create (host_t host_name, processor_set_t new_set, processor_set_name_t new_name);
The processor_set_create function creates a new processor set and returns the two ports associated with it. The port returned in new_set is the control port representing the set. It is used to perform operations such as assigning processors, tasks or threads. The port returned in new_name is the name port which identifies the set, and is used to obtain information about the set.
Only generic values apply.
Functions: processor_set_destroy, processor_set_info, processor_assign, task_assign, thread_assign.