Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/mach/
H A Dthread_policy.h107 #define THREAD_EXTENDED_POLICY 1 macro
/xnu-11417.101.15/tools/tests/jitter/
H A Dtimer_jitter.c129 …res = thread_policy_set(mach_thread_self(), THREAD_EXTENDED_POLICY, (thread_policy_t) &pol, THREAD… in thread_setup()
/xnu-11417.101.15/tools/tests/affinity/
H A Dpool.c201 mach_thread_self(), THREAD_EXTENDED_POLICY, in manager_fn()
H A Dsets.c192 mach_thread_self(), THREAD_EXTENDED_POLICY, in manager_fn()
/xnu-11417.101.15/tools/tests/MPMMTest/
H A DKQMPMMtest.c349 mach_thread_self(), THREAD_EXTENDED_POLICY, in thread_setup()
H A DMPMMtest.c469 mach_thread_self(), THREAD_EXTENDED_POLICY, in thread_setup()
/xnu-11417.101.15/osfmk/kern/
H A Dthread_policy.c357 case THREAD_EXTENDED_POLICY: in thread_policy_set_internal()
1303 case THREAD_EXTENDED_POLICY: in thread_policy_get()
/xnu-11417.101.15/bsd/pthread/
H A Dpthread_workqueue.c2564 kr = thread_policy_set_internal(th, THREAD_EXTENDED_POLICY, in bsdthread_set_self()
2579 kr = thread_policy_set_internal(th, THREAD_EXTENDED_POLICY, in bsdthread_set_self()