Home
last modified time | relevance | path

Searched refs:THREAD_AFFINITY_POLICY (Results 1 – 9 of 9) sorted by relevance

/xnu-12377.41.6/tools/tests/affinity/
H A Dtags.c49 thread, THREAD_AFFINITY_POLICY, in thread_tag_set()
67 thread, THREAD_AFFINITY_POLICY, in thread_tag_get()
H A Dsets.c202 mach_thread_self(), THREAD_AFFINITY_POLICY, in manager_fn()
H A Dpool.c175 mach_thread_self(), THREAD_AFFINITY_POLICY, in affinity_set()
/xnu-12377.41.6/osfmk/mach/
H A Dthread_policy.h208 #define THREAD_AFFINITY_POLICY 4 macro
/xnu-12377.41.6/tools/tests/MPMMTest/
H A DKQMPMMtest.c360 mach_thread_self(), THREAD_AFFINITY_POLICY, in thread_setup()
H A DMPMMtest.c480 mach_thread_self(), THREAD_AFFINITY_POLICY, in thread_setup()
/xnu-12377.41.6/bsd/net/
H A Ddlil_subr.c70 return thread_policy_set(tp, THREAD_AFFINITY_POLICY, in dlil_affinity_set()
/xnu-12377.41.6/osfmk/kern/
H A Dthread_policy.c484 case THREAD_AFFINITY_POLICY: in thread_policy_set_internal()
1414 case THREAD_AFFINITY_POLICY: in thread_policy_get()
/xnu-12377.41.6/tools/tests/zero-to-n/
H A Dzero-to-n.c603 kr = thread_policy_set(mach_thread_self(), THREAD_AFFINITY_POLICY, in thread_setup()