Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.c55 if (impl_get_thread_is_realtime(thread)) { in impl_cpu_enqueue_thread()
77 …assert(impl_get_thread_is_realtime(cpus[cpu_id]) == false); /* should not be called when realtime … 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.c268 impl_get_thread_is_realtime(test_thread_t thread) in impl_get_thread_is_realtime() function