Function - Return a list of send rights representing all processor set name ports.
kern_return_t host_processor_sets (host_priv_t host_priv, processor_set_name_port_array_tprocessor_set_name_list, host_priv processor_set_name_count);
The host_processor_sets function returns send rights for the name ports for each processor set currently existing on host.
If control ports to the processor sets are needed, use host_processor_set_priv.
Only generic errors apply.
Functions: host_processor_set_priv, processor_set_create, processor_set_tasks, processor_set_threads.