Lines Matching refs:create_tg
23 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);
275 struct thread_group *same_tg = create_tg(0);
431 struct thread_group *same_tg = create_tg(0);
519 struct thread_group *non_interactive_tg = create_tg(clutch_interactivity_score_max - 1);
523 struct thread_group *new_tg = create_tg(INITIAL_INTERACTIVITY_SCORE);