Searched refs:set_thread_cluster_bound (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.1.9/tests/sched/ |
| H A D | edge_runqueue.c | 45 set_thread_cluster_bound(bound_aboveui, 0); 48 set_thread_cluster_bound(bound_timeshare_fg, 0); 77 set_thread_cluster_bound(threads[1], 0); 82 set_thread_cluster_bound(threads[3], 0); 95 set_thread_cluster_bound(tie_break_threads[k * 2], 0); 119 set_thread_cluster_bound(low_iscore_bound, 0); 120 set_thread_cluster_bound(high_iscore_bound, 0);
|
| H A D | clutch_runqueue.c | 285 set_thread_cluster_bound(threads[bucket - 1], 0); 286 set_thread_cluster_bound(warper_threads[bucket - 1], 0); 412 set_thread_cluster_bound(bound_thread, 1);
|
| H A D | rt_migration.c | 40 set_thread_cluster_bound(threads[i], i);
|
| H A D | edge_migration.c | 25 set_thread_cluster_bound(threads[i], i);
|
| /xnu-12377.1.9/tests/sched/sched_test_harness/ |
| H A D | sched_migration_harness.h | 44 extern void set_thread_cluster_bound(test_thread_t thread, int cluster_id);
|
| H A D | sched_migration_harness.c | 33 set_thread_cluster_bound(test_thread_t thread, int cluster_id) in set_thread_cluster_bound() function
|