Home
last modified time | relevance | path

Searched refs:create_tg (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/tests/sched/
H A Dclutch_runqueue.c23 struct thread_group *high_tg = create_tg(clutch_interactivity_score_max);
24 struct thread_group *low_tg = create_tg(0);
61 struct thread_group *same_tg = create_tg(clutch_interactivity_score_max);
82 struct thread_group *same_tg = create_tg(0);
143 tgs[i] = create_tg(i);
161 struct thread_group *low_tg = create_tg(clutch_interactivity_score_max / 2);
162 struct thread_group *high_tg = create_tg((clutch_interactivity_score_max / 2) + 2);
177 struct thread_group *first_tg = create_tg(clutch_interactivity_score_max / 2);
178 struct thread_group *second_tg = create_tg(clutch_interactivity_score_max / 2);
198 struct thread_group *same_tg = create_tg(0);
[all …]
H A Dedge_runqueue.c17 struct thread_group *tg = create_tg(0);
40 struct thread_group *same_tg = create_tg(clutch_interactivity_score_max);
69 struct thread_group *tg = create_tg(0);
115 struct thread_group *low_iscore_tg = create_tg(0);
117 struct thread_group *high_iscore_tg = create_tg(clutch_interactivity_score_max);
H A Dedge_migration.c18 struct thread_group *tg = create_tg(0);
66 struct thread_group *tg = create_tg(0);
97 struct thread_group *tg = create_tg(0);
196 struct thread_group *tg = create_tg(0);
274 struct thread_group *tg = create_tg(0);
371 struct thread_group *tg = create_tg(0);
H A Drt_migration.c36 struct thread_group *tg = create_tg(0);
83 struct thread_group *tg = create_tg(0);
224 struct thread_group *tg = create_tg(0);
269 create_tg(0) /* realtime policies don't consider thread groups */, in create_realtime_thread_with_deadline()
/xnu-12377.61.12/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.h43 extern struct thread_group *create_tg(int interactivity_score);
H A Dsched_runqueue_harness.c129 create_tg(int interactivity_score) in create_tg() function
H A Dsched_clutch_harness_impl.c163 struct thread_group *not_real_idle_tg = create_tg(0); in clutch_impl_init_topology()