Lines Matching refs:test_thread_t
26 …test_thread_t lowest_bound = create_thread(TH_BUCKET_SHARE_BG, low_tg, root_bucket_to_highest_pri[…
28 …test_thread_t highest_bound = create_thread(TH_BUCKET_SHARE_IN, high_tg, root_bucket_to_highest_pr…
30 …test_thread_t lowest_unbound = create_thread(TH_BUCKET_SHARE_BG, low_tg, root_bucket_to_highest_pr…
31 …test_thread_t highest_unbound = create_thread(TH_BUCKET_SHARE_IN, high_tg, root_bucket_to_highest_…
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…
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…
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…
84 test_thread_t threads[num_threads];
85 test_thread_t rev_threads[num_threads];
86 test_thread_t warper_threads[num_threads];
147 test_thread_t threads[num_tgs];
164 …test_thread_t lowpri_but_interactive = create_thread(bucket, high_tg, root_bucket_to_highest_pri[b…
165 test_thread_t highpri = create_thread(bucket, low_tg, root_bucket_to_highest_pri[bucket]);
180 test_thread_t first = create_thread(bucket, first_tg, root_bucket_to_highest_pri[bucket]);
181 test_thread_t second = create_thread(bucket, second_tg, root_bucket_to_highest_pri[bucket]);
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]);
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]);
262 test_thread_t threads[num_threads];
263 test_thread_t rev_threads[num_threads];
264 test_thread_t warper_threads[num_threads];
380 …test_thread_t def_thread = create_thread(TH_BUCKET_SHARE_DF, same_tg, root_bucket_to_highest_pri[T…
381 …test_thread_t in_thread = create_thread(TH_BUCKET_SHARE_IN, same_tg, root_bucket_to_highest_pri[TH…
413 …test_thread_t fg_thread = create_thread(TH_BUCKET_SHARE_FG, same_tg, root_bucket_to_highest_pri[TH…
466 …test_thread_t non_interactive_tg_thread = create_thread(TH_BUCKET_SHARE_DF, non_interactive_tg, ro…
470 …test_thread_t new_tg_thread = create_thread(TH_BUCKET_SHARE_DF, new_tg, root_bucket_to_highest_pri…