Home
last modified time | relevance | path

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

/xnu-11417.140.69/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 Dpool.c175 mach_thread_self(), THREAD_AFFINITY_POLICY, in affinity_set()
H A Dsets.c202 mach_thread_self(), THREAD_AFFINITY_POLICY, in manager_fn()
/xnu-11417.140.69/osfmk/mach/
H A Dthread_policy.h208 #define THREAD_AFFINITY_POLICY 4 macro
/xnu-11417.140.69/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-11417.140.69/bsd/net/
H A Ddlil_subr.c96 return thread_policy_set(tp, THREAD_AFFINITY_POLICY, in dlil_affinity_set()
/xnu-11417.140.69/osfmk/kern/
H A Dthread_policy.c483 case THREAD_AFFINITY_POLICY: in thread_policy_set_internal()
1413 case THREAD_AFFINITY_POLICY: in thread_policy_get()
/xnu-11417.140.69/tools/tests/zero-to-n/
H A Dzero-to-n.c662 kr = thread_policy_set(mach_thread_self(), THREAD_AFFINITY_POLICY, in thread_setup()