Function - Enables a scheduling policy for a processor set.
#include< mach/mach_host.h> kern_return_t processor_set_policy_enable (processor_set_t processor_set, int policy);
The processor_set_policy_enable function extends the set of scheduling policies allowed for processor_set. The set of scheduling policies allowed for a processor set is the set of policies allowed to be set for threads assigned to that processor set. The current set of permitted policies can be obtained from processor_set_info.
Only generic errors apply.
Functions: processor_set_info, processor_set_policy_disable, thread_policy.