Home
last modified time | relevance | path

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

/xnu-10002.61.3/osfmk/mach/
H A Dthread_policy.h258 thread_throughput_qos_t thread_throughput_qos_tier; member
/xnu-10002.61.3/osfmk/kern/
H A Dthread_policy.c556 if ((result = qos_throughput_policy_validate(info->thread_throughput_qos_tier)) != KERN_SUCCESS) { in thread_policy_set_internal()
560 tqos = qos_extract(info->thread_throughput_qos_tier); in thread_policy_set_internal()
1539 info->thread_throughput_qos_tier = qos_throughput_policy_package(ptqos); in thread_policy_get()