Home
last modified time | relevance | path

Searched refs:THREAD_EXTENDED_POLICY_COUNT (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.101.15/osfmk/mach/
H A Dthread_policy.h116 #define THREAD_EXTENDED_POLICY_COUNT ((mach_msg_type_number_t) \ macro
/xnu-11417.101.15/tools/tests/jitter/
H A Dtimer_jitter.c129 …(mach_thread_self(), THREAD_EXTENDED_POLICY, (thread_policy_t) &pol, THREAD_EXTENDED_POLICY_COUNT); in thread_setup()
/xnu-11417.101.15/tools/tests/affinity/
H A Dpool.c203 THREAD_EXTENDED_POLICY_COUNT); in manager_fn()
H A Dsets.c194 THREAD_EXTENDED_POLICY_COUNT); in manager_fn()
/xnu-11417.101.15/tools/tests/MPMMTest/
H A DKQMPMMtest.c351 THREAD_EXTENDED_POLICY_COUNT); in thread_setup()
H A DMPMMtest.c471 THREAD_EXTENDED_POLICY_COUNT); in thread_setup()
/xnu-11417.101.15/osfmk/kern/
H A Dthread_policy.c361 if (count >= THREAD_EXTENDED_POLICY_COUNT) { in thread_policy_set_internal()
1326 if (*count >= THREAD_EXTENDED_POLICY_COUNT) { in thread_policy_get()
/xnu-11417.101.15/bsd/pthread/
H A Dpthread_workqueue.c2565 (thread_policy_t)&extpol, THREAD_EXTENDED_POLICY_COUNT); in bsdthread_set_self()
2580 (thread_policy_t)&extpol, THREAD_EXTENDED_POLICY_COUNT); in bsdthread_set_self()