Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/
H A Dthread_policy_private.h239 thrp_through_qos :3, /* Computation throughput QoS */ member
/xnu-12377.1.9/osfmk/kern/
H A Dthread_policy.c1813 uint32_t through_qos = requested.thrp_through_qos; in thread_policy_update_internal_spinlocked()
2119 requested.thrp_through_qos = value; in thread_set_requested_policy_spinlocked()
2296 value = requested.thrp_through_qos; in thread_get_requested_policy_spinlocked()
2471 …bits |= (requested.thrp_through_qos ? (((uint64_t)requested.thrp_through_qos) << POLICY_REQ_BA… in proc_get_thread_policy_bitfield()