Searched refs:thread_policy_t (Results 1 - 18 of 18) sorted by relevance

/xnu-2422.115.4/tools/tests/affinity/
H A Dtags.c52 (thread_policy_t) &policy,
70 (thread_policy_t) &policy, &count, &get_default);
H A Dpool.c183 (thread_policy_t) &policy,
210 (thread_policy_t) &epolicy,
H A Dsets.c200 (thread_policy_t) &epolicy,
209 (thread_policy_t) &policy,
/xnu-2422.115.4/osfmk/mach/
H A Dthread_act.defs272 policy_info : thread_policy_t);
277 out policy_info : thread_policy_t, CountInOut;
H A Dthread_policy.h52 typedef integer_t *thread_policy_t; typedef
58 thread_policy_t policy_info,
64 thread_policy_t policy_info,
H A Dmach_types.defs220 type thread_policy_t = array[*:16] of integer_t;
/xnu-2422.115.4/osfmk/kern/
H A Dthread_policy.c48 thread_policy_t policy_info,
65 thread_policy_t policy_info,
348 thread_policy_t policy_info,
H A Dthread.h865 thread_policy_t policy_info,
H A Dtask_policy.c968 (thread_policy_t)&policy,
/xnu-2422.115.4/tools/tests/zero-to-n/
H A Dzero-to-n.c167 res = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, THREAD_TIME_CONSTRAINT_POLICY_COUNT);
176 res = thread_policy_set(mach_thread_self(), THREAD_EXTENDED_POLICY, (thread_policy_t) &pol, THREAD_EXTENDED_POLICY_COUNT);
192 res = thread_policy_set(mach_thread_self(), THREAD_AFFINITY_POLICY, (thread_policy_t)&affinity, THREAD_AFFINITY_POLICY_COUNT);
/xnu-2422.115.4/tools/tests/jitter/
H A Dtimer_jitter.c118 res = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, THREAD_TIME_CONSTRAINT_POLICY_COUNT);
127 res = thread_policy_set(mach_thread_self(), THREAD_EXTENDED_POLICY, (thread_policy_t) &pol, THREAD_EXTENDED_POLICY_COUNT);
/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dsched_tests.c49 kret = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, THREAD_TIME_CONSTRAINT_POLICY_COUNT);
/xnu-2422.115.4/tools/tests/MPMMTest/
H A DMPMMtest.c340 (thread_policy_t) &epolicy,
350 (thread_policy_t) &policy,
H A DKQMPMMtest.c325 (thread_policy_t) &epolicy,
335 (thread_policy_t) &policy,
/xnu-2422.115.4/bsd/sys/
H A Dpthread_shims.h165 kern_return_t (*thread_policy_set_internal)(thread_t t, thread_policy_flavor_t flavour, thread_policy_t info, mach_msg_type_number_t count);
/xnu-2422.115.4/osfmk/vm/
H A Dbsd_vm.c316 (thread_policy_t)&ext,
321 (thread_policy_t)&pre,
/xnu-2422.115.4/iokit/Kernel/
H A DIOService.cpp3410 (thread_policy_t) &precedence,
/xnu-2422.115.4/bsd/net/
H A Ddlil.c1224 (thread_policy_t)&policy, THREAD_AFFINITY_POLICY_COUNT));

Completed in 151 milliseconds