Function - Return a list of pointers to all tasks currently assigned to the target processor set.
kern_return_t processor_set_tasks (processor_set_t processor_set, task_port_array_t task_list, mach_msg_type_number_t* task_count);
The processor_set_tasks function returns send rights to the kernel ports for each task currently assigned to processor_set.
Only generic errors apply.
Functions: processor_set_threads, task_assign, thread_assign.