Home
last modified time | relevance | path

Searched refs:same_tg (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/tests/sched/
H A Dclutch_runqueue.c61 struct thread_group *same_tg = create_tg(clutch_interactivity_score_max); variable
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
202 test_thread_t highpri = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
215 test_thread_t first = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
216 test_thread_t second = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
260 struct thread_group *same_tg = create_tg(0); variable
266 threads[bucket - 1] = create_thread(bucket, same_tg, root_bucket_to_highest_pri[bucket]);
[all …]