Searched refs:high_tg (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/tests/sched/ ! |
| H A D | clutch_runqueue.c | 23 struct thread_group *high_tg = create_tg(clutch_interactivity_score_max); variable 28 …test_thread_t highest_bound = create_thread(TH_BUCKET_SHARE_IN, high_tg, root_bucket_to_highest_pr… 31 …test_thread_t highest_unbound = create_thread(TH_BUCKET_SHARE_IN, high_tg, root_bucket_to_highest_… 44 …test_thread_t interactive_higherpri_unbound = create_thread(TH_BUCKET_SHARE_DF, high_tg, root_buck… 45 …test_thread_t interactive_lowerpri_unbound = create_thread(TH_BUCKET_SHARE_DF, high_tg, root_bucke… 162 struct thread_group *high_tg = create_tg((clutch_interactivity_score_max / 2) + 2); variable 164 …test_thread_t lowpri_but_interactive = create_thread(bucket, high_tg, root_bucket_to_highest_pri[b…
|