Searched refs:same_tg (Results 1 – 1 of 1) sorted by relevance
| /xnu-11215.81.4/tests/sched/ |
| H A D | clutch_runqueue.c | 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]); [all …]
|