X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/9bccf70c0258c7cac2dcb80011b2a964d884c552..99c3a10404e5d1ef94397ab4df5a8b74711fc4d3:/osfmk/man/policy_timeshare_info.html diff --git a/osfmk/man/policy_timeshare_info.html b/osfmk/man/policy_timeshare_info.html index 6682c025b..2295ba1dc 100755 --- a/osfmk/man/policy_timeshare_info.html +++ b/osfmk/man/policy_timeshare_info.html @@ -1 +1,88 @@ -
Structure - Specifies information associated with the system's Timeshare scheduling policy.
struct policy_timeshare_limit { int max_priority; }; struct policy_timeshare_base { int base_priority; }; struct policy_timeshare_info { int max_priority; int base_priority; int cur_priority; boolean_t depressed; int depress_priority; };
The policy_timeshare_info structure defines the timeshare scheduling policy information. Timeshare threads have three priorities associated with them by the system:
Functions: thread_info, task_info, processor_set_info, processor_set_policy_control, processor_set_policy_disable, processor_set_policy_enable, task_policy, thread_policy, thread_set_policy.
Data Structures: policy_fifo_info, policy_rr_info. \ No newline at end of file +
+Structure - Specifies information associated with the system's Timeshare scheduling policy. +
+struct policy_timeshare_limit +{ + int max_priority; +}; + +struct policy_timeshare_base +{ + int base_priority; +}; + +struct policy_timeshare_info +{ + int max_priority; + int base_priority; + int cur_priority; + boolean_t depressed; + int depress_priority; +}; ++
+
+
+
+
+The policy_timeshare_info structure defines the timeshare +scheduling policy +information. +Timeshare threads have three priorities associated with them by the system: +
+
+
+
+Functions: +thread_info, +task_info, +processor_set_info, +processor_set_policy_control, +processor_set_policy_disable, +processor_set_policy_enable, +task_policy, +thread_policy, +thread_set_policy. +
+Data Structures: +policy_fifo_info, +policy_rr_info.