Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/sched/
H A Dclutch_runqueue.c26 …test_thread_t lowest_bound = create_thread(TH_BUCKET_SHARE_BG, low_tg, root_bucket_to_highest_pri[…
28 …d_t highest_bound = create_thread(TH_BUCKET_SHARE_IN, high_tg, root_bucket_to_highest_pri[TH_BUCKE…
30 …d_t lowest_unbound = create_thread(TH_BUCKET_SHARE_BG, low_tg, root_bucket_to_highest_pri[TH_BUCKE…
31 …t highest_unbound = create_thread(TH_BUCKET_SHARE_IN, high_tg, root_bucket_to_highest_pri[TH_BUCKE…
41 …test_thread_t bound = create_thread(TH_BUCKET_SHARE_DF, low_tg, root_bucket_to_highest_pri[TH_BUCK…
43 … higherpri_unbound = create_thread(TH_BUCKET_SHARE_DF, low_tg, root_bucket_to_highest_pri[TH_BUCKE…
44 …higherpri_unbound = create_thread(TH_BUCKET_SHARE_DF, high_tg, root_bucket_to_highest_pri[TH_BUCKE…
45 …_lowerpri_unbound = create_thread(TH_BUCKET_SHARE_DF, high_tg, root_bucket_to_highest_pri[TH_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…
[all …]
/xnu-11215.61.5/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.h11 extern int root_bucket_to_highest_pri[TH_BUCKET_SCHED_MAX];
H A Dsched_clutch_harness.c59 int root_bucket_to_highest_pri[TH_BUCKET_SCHED_MAX] = { variable