Home
last modified time | relevance | path

Searched refs:thread_policy_get (Results 1 – 10 of 10) sorted by relevance

/xnu-11215/tests/
H A Dthread_policy.c36 kern_return_t kr = thread_policy_get(thread_port, THREAD_REQUESTED_STATE_POLICY, in get_thread_requested_qos()
H A Dturnstile_multihop.c227 kern_return_t kr = thread_policy_get(thread_port, THREAD_POLICY_STATE, in get_user_promotion_basepri()
H A Dkevent_qos.c95 kern_return_t kr = thread_policy_get(thread_port, THREAD_POLICY_STATE, in get_user_promotion_basepri()
109 kern_return_t kr = thread_policy_get(thread_port, THREAD_POLICY_STATE, in get_thread_iotier()
H A Dstackshot_tests.m1129 kern_return_t kr = thread_policy_get(thread_port, THREAD_POLICY_STATE,
1131 T_QUIET; T_ASSERT_MACH_SUCCESS(kr, "thread_policy_get");
/xnu-11215/tools/tests/affinity/
H A Dtags.c66 ret = thread_policy_get( in thread_tag_get()
/xnu-11215/bsd/pthread/
H A Dpthread_shims.c567 .thread_policy_get = thread_policy_get,
/xnu-11215/bsd/sys/
H A Dpthread_shims.h277 …kern_return_t (*thread_policy_get)(thread_t t, thread_policy_flavor_t flavor, thread_policy_t info… member
/xnu-11215/tests/ipc/
H A Dipc_read_inspect.c480 kr = thread_policy_get(tport, THREAD_QOS_POLICY, in test_thread_port_mig_intrans()
/xnu-11215/osfmk/mach/
H A Dthread_act.defs321 routine thread_policy_get(
/xnu-11215/osfmk/kern/
H A Dthread_policy.c1282 thread_policy_get( in thread_policy_get() function