Home
last modified time | relevance | path

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

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