Searched refs:THREAD_TIME_CONSTRAINT_POLICY (Results 1 – 8 of 8) sorted by relevance
| /xnu-11417.140.69/osfmk/mach/ |
| H A D | thread_policy.h | 150 #define THREAD_TIME_CONSTRAINT_POLICY 2 macro
|
| /xnu-11417.140.69/tests/ |
| H A D | work_interval_test_unentitled.c | 46 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
|
| H A D | work_interval_test.c | 147 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
|
| H A D | work_interval_data_test.c | 57 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
|
| H A D | mach_eventlink.c | 842 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
|
| /xnu-11417.140.69/tools/tests/jitter/ |
| H A D | timer_jitter.c | 120 …res = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol,… in thread_setup()
|
| /xnu-11417.140.69/osfmk/kern/ |
| H A D | thread_policy.c | 299 …if (flavor == THREAD_TIME_CONSTRAINT_POLICY || flavor == THREAD_TIME_CONSTRAINT_WITH_PRIORITY_POLI… in thread_policy_set() 390 case THREAD_TIME_CONSTRAINT_POLICY: in thread_policy_set_internal() 395 mach_msg_type_number_t min_count = (flavor == THREAD_TIME_CONSTRAINT_POLICY ? in thread_policy_set_internal() 1336 case THREAD_TIME_CONSTRAINT_POLICY: in thread_policy_get() 1341 mach_msg_type_number_t min_count = (flavor == THREAD_TIME_CONSTRAINT_POLICY ? in thread_policy_get()
|
| /xnu-11417.140.69/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 450 kr = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, in rt_churn_thread_setup() 643 kr = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, in thread_setup()
|