Home
last modified time | relevance | path

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

/xnu-11215.81.4/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 …]
/xnu-11215.81.4/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.h21 extern struct thread_group *create_tg(int interactivity_score);
H A Dsched_runqueue_harness.c78 create_tg(int interactivity_score) in create_tg() function