Home
last modified time | relevance | path

Searched refs:thep_through_qos (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.1.9/osfmk/mach/
H A Dthread_policy_private.h265 thep_through_qos :3, /* Computation throughput QoS level */ member
/xnu-12377.1.9/osfmk/kern/
H A Dthread_policy.c1821 next.thep_through_qos = through_qos; in thread_policy_update_internal_spinlocked()
1830 next.thep_through_qos = THROUGHPUT_QOS_TIER_UNSPECIFIED; in thread_policy_update_internal_spinlocked()
2429 value = thread->effective_policy.thep_through_qos; in proc_get_effective_thread_policy()
2488 …bits |= (effective.thep_through_qos ? (((uint64_t)effective.thep_through_qos) << POLICY_EFF_TH… in proc_get_thread_policy_bitfield()