Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.h26 extern struct thread_group *clutch_impl_create_tg(int interactivity_score);
H A Dsched_clutch_harness.c20 return clutch_impl_create_tg(interactivity_score); in impl_create_tg()
H A Dsched_edge_harness.c185 return clutch_impl_create_tg(interactivity_score); in impl_create_tg()
H A Dsched_clutch_harness_impl.c224 clutch_impl_create_tg(int interactivity_score) in clutch_impl_create_tg() function