Searched refs:THREAD_TIME_CONSTRAINT_POLICY (Results 1 – 9 of 9) sorted by relevance
| /xnu-12377.1.9/osfmk/mach/ |
| H A D | thread_policy.h | 150 #define THREAD_TIME_CONSTRAINT_POLICY 2 macro
|
| /xnu-12377.1.9/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 | 840 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
|
| /xnu-12377.1.9/tests/sched/ |
| H A D | rttimer.c | 114 THREAD_TIME_CONSTRAINT_POLICY, in make_realtime()
|
| /xnu-12377.1.9/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-12377.1.9/osfmk/kern/ |
| H A D | thread_policy.c | 300 …if (flavor == THREAD_TIME_CONSTRAINT_POLICY || flavor == THREAD_TIME_CONSTRAINT_WITH_PRIORITY_POLI… in thread_policy_set() 391 case THREAD_TIME_CONSTRAINT_POLICY: in thread_policy_set_internal() 396 mach_msg_type_number_t min_count = (flavor == THREAD_TIME_CONSTRAINT_POLICY ? in thread_policy_set_internal() 1337 case THREAD_TIME_CONSTRAINT_POLICY: in thread_policy_get() 1342 mach_msg_type_number_t min_count = (flavor == THREAD_TIME_CONSTRAINT_POLICY ? in thread_policy_get()
|
| /xnu-12377.1.9/tools/tests/zero-to-n/ |
| H A D | zero-to-n.c | 383 kr = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, in rt_churn_thread_setup() 584 kr = thread_policy_set(mach_thread_self(), THREAD_TIME_CONSTRAINT_POLICY, in thread_setup()
|