Home
last modified time | relevance | path

Searched refs:thread_policy (Results 1 – 9 of 9) sorted by relevance

/xnu-11215.81.4/libsyscall/mach/
H A Dthread_act.c35 thread_policy(thread_act_t thr_act, policy_t policy, policy_base_t base, mach_msg_type_number_t bas… in thread_policy() function
/xnu-11215.81.4/tests/
H A Dturnstile_multihop.c223 struct thread_policy_state thread_policy; in get_user_promotion_basepri() local
228 (thread_policy_t)&thread_policy, &count, &get_default); in get_user_promotion_basepri()
230 return thread_policy.thps_user_promotion_basepri; in get_user_promotion_basepri()
H A Dkevent_qos.c91 struct thread_policy_state thread_policy; in get_user_promotion_basepri() local
96 (thread_policy_t)&thread_policy, &count, &get_default); in get_user_promotion_basepri()
98 return thread_policy.thps_user_promotion_basepri; in get_user_promotion_basepri()
105 struct thread_policy_state thread_policy; in get_thread_iotier() local
110 (thread_policy_t)&thread_policy, &count, &get_default); in get_thread_iotier()
112 return (thread_policy.effective >> POLICY_EFF_IO_TIER_SHIFT) & POLICY_EFF_IO_TIER_MASK; in get_thread_iotier()
H A Dstackshot_tests.m1125 struct thread_policy_state thread_policy;
1130 (thread_policy_t)&thread_policy, &count, &get_default);
1132 return thread_policy.thps_user_promotion_basepri;
/xnu-11215.81.4/osfmk/mach/
H A DMakefile176 thread_policy.h \
237 thread_policy.h \
H A Dthread_act.defs305 routine PREFIX(thread_policy)(
/xnu-11215.81.4/osfmk/kern/
H A Dmk_sp.c183 thread_policy( in thread_policy() function
/xnu-11215.81.4/osfmk/conf/
H A DMakefile.template401 thread_policy.o_CWARNFLAGS_ADD += -Wno-sign-conversion
H A Dfiles205 osfmk/kern/thread_policy.c standard