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]);
218 threads[i] = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
275 struct thread_group *same_tg = create_tg(0); variable
281 threads[bucket - 1] = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
283 warper_threads[bucket - 1] = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
411 …test_thread_t bound_thread = create_thread(TH_BUCKET_SHARE_DF, same_tg, root_bucket_to_highest_pri…
431 struct thread_group *same_tg = create_tg(0); variable
432 …test_thread_t def_thread = create_thread(TH_BUCKET_SHARE_DF, same_tg, root_bucket_to_highest_pri[T…
433 …test_thread_t in_thread = create_thread(TH_BUCKET_SHARE_IN, same_tg, root_bucket_to_highest_pri[TH…
465 …test_thread_t fg_thread = create_thread(TH_BUCKET_SHARE_FG, same_tg, root_bucket_to_highest_pri[TH…