- tep_lowpri_cpu :1, /* cpu priority == MAXPRI_THROTTLE */
- tep_io_tier :2, /* effective throttle tier */
- tep_io_passive :1, /* should IOs cause lower tiers to be throttled */
- tep_all_sockets_bg :1, /* All existing sockets in process are marked as bg (thread: all created by thread) */
- tep_new_sockets_bg :1, /* Newly created sockets should be marked as bg */
- tep_bg_iotier :2, /* What throttle tier should I be in when darwinbg is set? */
- tep_terminated :1, /* all throttles have been removed for quick exit or SIGTERM handling */
- tep_qos_ui_is_urgent :1, /* bump UI-Interactive QoS up to the urgent preemption band */
- tep_latency_qos :3, /* Timer latency QoS level */
- tep_through_qos :3, /* Computation throughput QoS level */
-
- tep_tal_engaged :1, /* TAL mode is in effect */
- tep_watchers_bg :1, /* watchers are BG-ed */
- tep_sup_active :1, /* suppression behaviors are in effect */
- tep_role :4, /* task's system role */
- tep_suppressed_cpu :1, /* cpu priority == MAXPRI_SUPPRESSED (trumped by lowpri_cpu) */
- tep_sfi_managed :1, /* SFI Managed task */
- tep_live_donor :1, /* task is a live importance boost donor */
- tep_qos_clamp :3, /* task qos clamp (applies to qos-disabled threads too) */
- tep_qos_ceiling :3, /* task qos ceiling (applies to only qos-participating threads) */
-
- tep_reserved :31;
+ tep_lowpri_cpu :1, /* cpu priority == MAXPRI_THROTTLE */
+ tep_io_tier :2, /* effective throttle tier */
+ tep_io_passive :1, /* should IOs cause lower tiers to be throttled */
+ tep_all_sockets_bg :1, /* All existing sockets in process are marked as bg (thread: all created by thread) */
+ tep_new_sockets_bg :1, /* Newly created sockets should be marked as bg */
+ tep_bg_iotier :2, /* What throttle tier should I be in when darwinbg is set? */
+ tep_terminated :1, /* all throttles have been removed for quick exit or SIGTERM handling */
+ tep_qos_ui_is_urgent :1, /* bump UI-Interactive QoS up to the urgent preemption band */
+ tep_latency_qos :3, /* Timer latency QoS level */
+ tep_through_qos :3, /* Computation throughput QoS level */
+
+ tep_tal_engaged :1, /* TAL mode is in effect */
+ tep_watchers_bg :1, /* watchers are BG-ed */
+ tep_sup_active :1, /* suppression behaviors are in effect */
+ tep_role :4, /* task's system role */
+ tep_suppressed_cpu :1, /* cpu priority == MAXPRI_SUPPRESSED (trumped by lowpri_cpu) */
+ tep_sfi_managed :1, /* SFI Managed task */
+ tep_live_donor :1, /* task is a live importance boost donor */
+ tep_qos_clamp :3, /* task qos clamp (applies to qos-disabled threads too) */
+ tep_qos_ceiling :3, /* task qos ceiling (applies to only qos-participating threads) */
+
+ tep_reserved :31;