Searched refs:low_tg (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/tests/sched/ |
| H A D | clutch_runqueue.c | 24 struct thread_group *low_tg = create_tg(0); variable 26 …test_thread_t lowest_bound = create_thread(TH_BUCKET_SHARE_BG, low_tg, root_bucket_to_highest_pri[… 30 …test_thread_t lowest_unbound = create_thread(TH_BUCKET_SHARE_BG, low_tg, root_bucket_to_highest_pr… 41 …test_thread_t bound = create_thread(TH_BUCKET_SHARE_DF, low_tg, root_bucket_to_highest_pri[TH_BUCK… 43 …test_thread_t higherpri_unbound = create_thread(TH_BUCKET_SHARE_DF, low_tg, root_bucket_to_highest… 161 struct thread_group *low_tg = create_tg(clutch_interactivity_score_max / 2); variable 165 test_thread_t highpri = create_thread(bucket, low_tg, root_bucket_to_highest_pri[bucket]);
|