Searched refs:THREAD_EXTENDED_POLICY_COUNT (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_policy.h116 #define THREAD_EXTENDED_POLICY_COUNT ((mach_msg_type_number_t) \ macro
/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_policy.c90 if (count >= THREAD_EXTENDED_POLICY_COUNT) {
426 if (*count >= THREAD_EXTENDED_POLICY_COUNT) {
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dpool.c211 THREAD_EXTENDED_POLICY_COUNT);
H A Dsets.c200 THREAD_EXTENDED_POLICY_COUNT);
/darwin-on-arm/xnu/tools/tests/jitter/
H A Dtimer_jitter.c127 res = thread_policy_set(mach_thread_self(), THREAD_EXTENDED_POLICY, (thread_policy_t) &pol, THREAD_EXTENDED_POLICY_COUNT);
/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c175 res = thread_policy_set(mach_thread_self(), THREAD_EXTENDED_POLICY, (thread_policy_t) &pol, THREAD_EXTENDED_POLICY_COUNT);
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c341 THREAD_EXTENDED_POLICY_COUNT);
H A DKQMPMMtest.c326 THREAD_EXTENDED_POLICY_COUNT);
/darwin-on-arm/xnu/osfmk/vm/
H A Dbsd_vm.c317 THREAD_EXTENDED_POLICY_COUNT); local
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c395 thread_policy_set(th, THREAD_EXTENDED_POLICY, (thread_policy_t)&extinfo, THREAD_EXTENDED_POLICY_COUNT);
1917 (void)thread_policy_set_internal(th_to_run, THREAD_EXTENDED_POLICY, (thread_policy_t)&extinfo, THREAD_EXTENDED_POLICY_COUNT);

Completed in 82 milliseconds