Searched refs:unbound_aboveui (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/tests/sched/ |
| H A D | edge_runqueue.c | 41 …test_thread_t unbound_aboveui = create_thread(TH_BUCKET_FIXPRI, same_tg, root_bucket_to_highest_pr… variable 42 set_thread_sched_mode(unbound_aboveui, TH_MODE_FIXED); 51 …enqueue_threads_rand_order(default_target, rand_seeds[i], 4, unbound_aboveui, bound_aboveui, unbou… 52 ret = dequeue_threads_expect_ordered(default_target, 2, bound_aboveui, unbound_aboveui);
|