Searched refs:THREAD_EXTENDED_POLICY (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.101.15/osfmk/mach/ |
| H A D | thread_policy.h | 107 #define THREAD_EXTENDED_POLICY 1 macro
|
| /xnu-11417.101.15/tools/tests/jitter/ |
| H A D | timer_jitter.c | 129 …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 D | pool.c | 201 mach_thread_self(), THREAD_EXTENDED_POLICY, in manager_fn()
|
| H A D | sets.c | 192 mach_thread_self(), THREAD_EXTENDED_POLICY, in manager_fn()
|
| /xnu-11417.101.15/tools/tests/MPMMTest/ |
| H A D | KQMPMMtest.c | 349 mach_thread_self(), THREAD_EXTENDED_POLICY, in thread_setup()
|
| H A D | MPMMtest.c | 469 mach_thread_self(), THREAD_EXTENDED_POLICY, in thread_setup()
|
| /xnu-11417.101.15/osfmk/kern/ |
| H A D | thread_policy.c | 357 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 D | pthread_workqueue.c | 2564 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()
|