Home
last modified time | relevance | path

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

/xnu-12377.1.9/osfmk/mach/
H A Dthread_policy.h150 #define THREAD_TIME_CONSTRAINT_POLICY 2 macro
/xnu-12377.1.9/tests/
H A Dwork_interval_test_unentitled.c46 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
H A Dwork_interval_test.c147 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
H A Dwork_interval_data_test.c57 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
H A Dmach_eventlink.c840 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 Drttimer.c114 THREAD_TIME_CONSTRAINT_POLICY, in make_realtime()
/xnu-12377.1.9/tools/tests/jitter/
H A Dtimer_jitter.c120 …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 Dthread_policy.c300 …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 Dzero-to-n.c383 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()