Home
last modified time | relevance | path

Searched refs:impl_get_thread_is_realtime (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.c50 if (impl_get_thread_is_realtime(thread)) { in impl_cpu_enqueue_thread()
72 …assert(impl_get_thread_is_realtime(cpus[cpu_id]->active_thread) == false); /* should not be called… in impl_cpu_dequeue_thread_compare_current()
H A Dsched_harness_impl.h15 extern bool impl_get_thread_is_realtime(test_thread_t thread);
H A Dsched_runqueue_harness.c299 …ted_thread != NULL && auto_current_thread_disabled == false && impl_get_thread_is_realtime(chosen_… in dequeue_thread_expect()
H A Dsched_clutch_harness_impl.c279 impl_get_thread_is_realtime(test_thread_t thread) in impl_get_thread_is_realtime() function