Function - Return the default processor set.
kern_return_t processor_set_default (host_t host, processor_set_name_t default_set_name);
The processor_set_default function returns the name port for the default processor set for the specified host. The default processor set is used by all threads, tasks and processors that are not explicitly assigned to other sets.
Only generic errors apply.
Functions: processor_set_info, thread_assign, task_assign.