Home
last modified time | relevance | path

Searched refs:THREAD_QOS_POLICY (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/osfmk/mach/
H A Dthread_policy_private.h65 #define THREAD_QOS_POLICY 9 macro
/xnu-11417.101.15/osfmk/kern/
H A Dthread_policy.c284 if (flavor == THREAD_QOS_POLICY) { in thread_policy_set()
327 …(void)thread_policy_set_internal(thread, THREAD_QOS_POLICY, (thread_policy_t)&req_qos, THREAD_QOS_… in thread_policy_set()
590 case THREAD_QOS_POLICY: in thread_policy_set_internal()
1543 case THREAD_QOS_POLICY: in thread_policy_get()
/xnu-11417.101.15/tests/ipc/
H A Dipc_read_inspect.c480 kr = thread_policy_get(tport, THREAD_QOS_POLICY, in test_thread_port_mig_intrans()
/xnu-11417.101.15/bsd/pthread/
H A Dpthread_workqueue.c2535 kr = thread_policy_set_internal(th, THREAD_QOS_POLICY, in bsdthread_set_self()