Home
last modified time | relevance | path

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

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