Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/mach/
H A Dthread_policy.h150 #define THREAD_TIME_CONSTRAINT_POLICY 2 macro
/xnu-11417.101.15/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.c842 kr = thread_policy_set(target_thread, THREAD_TIME_CONSTRAINT_POLICY, (thread_policy_t) &pol, in set_realtime()
/xnu-11417.101.15/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-11417.101.15/osfmk/kern/
H A Dthread_policy.c299 …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.101.15/tools/tests/zero-to-n/
H A Dzero-to-n.c450 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()