Searched refs:thread_policy (Results 1 – 9 of 9) sorted by relevance
| /xnu-11215.81.4/libsyscall/mach/ |
| H A D | thread_act.c | 35 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 D | turnstile_multihop.c | 223 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 D | kevent_qos.c | 91 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 D | stackshot_tests.m | 1125 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 D | Makefile | 176 thread_policy.h \ 237 thread_policy.h \
|
| H A D | thread_act.defs | 305 routine PREFIX(thread_policy)(
|
| /xnu-11215.81.4/osfmk/kern/ |
| H A D | mk_sp.c | 183 thread_policy( in thread_policy() function
|
| /xnu-11215.81.4/osfmk/conf/ |
| H A D | Makefile.template | 401 thread_policy.o_CWARNFLAGS_ADD += -Wno-sign-conversion
|
| H A D | files | 205 osfmk/kern/thread_policy.c standard
|