Lines Matching refs:same_tg

61 	struct thread_group *same_tg = create_tg(clutch_interactivity_score_max);  variable
62 …test_thread_t aboveui = create_thread(TH_BUCKET_FIXPRI, same_tg, root_bucket_to_highest_pri[TH_BUC…
64 …test_thread_t low_fg = create_thread(TH_BUCKET_SHARE_FG, same_tg, root_bucket_to_highest_pri[TH_BU…
65 …test_thread_t high_fg = create_thread(TH_BUCKET_SHARE_FG, same_tg, root_bucket_to_highest_pri[TH_B…
82 struct thread_group *same_tg = create_tg(0); variable
88 threads[bucket - 1] = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
90 warper_threads[bucket - 1] = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
198 struct thread_group *same_tg = create_tg(0); variable
201 test_thread_t lowpri = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket] - 1);
202 test_thread_t highpri = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
215 test_thread_t first = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
216 test_thread_t second = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
260 struct thread_group *same_tg = create_tg(0); variable
266 threads[bucket - 1] = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
268 warper_threads[bucket - 1] = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
379 struct thread_group *same_tg = create_tg(0); variable
380 …test_thread_t def_thread = create_thread(TH_BUCKET_SHARE_DF, same_tg, root_bucket_to_highest_pri[T…
381 …test_thread_t in_thread = create_thread(TH_BUCKET_SHARE_IN, same_tg, root_bucket_to_highest_pri[TH…
413 …test_thread_t fg_thread = create_thread(TH_BUCKET_SHARE_FG, same_tg, root_bucket_to_highest_pri[TH…