Home
last modified time | relevance | path

Searched refs:thps_user_promotion_basepri (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.61.12/osfmk/mach/
H A Dthread_policy_private.h50 uint32_t thps_user_promotion_basepri; member
/xnu-12377.61.12/tests/
H A Dturnstile_multihop.c230 return thread_policy.thps_user_promotion_basepri; in get_user_promotion_basepri()
H A Dkevent_qos.c98 return thread_policy.thps_user_promotion_basepri; in get_user_promotion_basepri()
H A Dstackshot_tests.m1189 return thread_policy.thps_user_promotion_basepri;
/xnu-12377.61.12/osfmk/kern/
H A Dthread_policy.c1467 info->thps_user_promotion_basepri = thread->user_promotion_basepri; in thread_policy_get()