Searched refs:same_tg (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/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 …]
|
| H A D | edge_runqueue.c | 40 struct thread_group *same_tg = create_tg(clutch_interactivity_score_max); variable 41 …test_thread_t unbound_aboveui = create_thread(TH_BUCKET_FIXPRI, same_tg, root_bucket_to_highest_pr… 43 …test_thread_t bound_aboveui = create_thread(TH_BUCKET_FIXPRI, same_tg, root_bucket_to_highest_pri[… 46 …test_thread_t unbound_timeshare_fg = create_thread(TH_BUCKET_SHARE_FG, same_tg, root_bucket_to_hig… 47 …test_thread_t bound_timeshare_fg = create_thread(TH_BUCKET_SHARE_FG, same_tg, root_bucket_to_highe…
|