Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/
H A Dthread_policy_private.h131 #define THREAD_QOS_POLICY_COUNT ((mach_msg_type_number_t) \ macro
/xnu-12377.1.9/tests/ipc/
H A Dipc_read_inspect.c466 mach_msg_type_number_t count = THREAD_QOS_POLICY_COUNT; in test_thread_port_mig_intrans()
/xnu-12377.1.9/osfmk/kern/
H A Dthread_policy.c328 …policy_set_internal(thread, THREAD_QOS_POLICY, (thread_policy_t)&req_qos, THREAD_QOS_POLICY_COUNT); in thread_policy_set()
595 if (count < THREAD_QOS_POLICY_COUNT) { in thread_policy_set_internal()
1548 if (*count < THREAD_QOS_POLICY_COUNT) { in thread_policy_get()
/xnu-12377.1.9/bsd/pthread/
H A Dpthread_workqueue.c2536 (thread_policy_t)&new_policy, THREAD_QOS_POLICY_COUNT); in bsdthread_set_self()