Searched refs:clutch_impl_create_thread (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.41.6/tests/sched/sched_test_harness/ |
| H A D | sched_clutch_harness.h | 27 extern test_thread_t clutch_impl_create_thread(int root_bucket, struct thread_group *tg, int pri);
|
| H A D | sched_clutch_harness.c | 31 return clutch_impl_create_thread(root_bucket, tg, pri); in impl_create_thread()
|
| H A D | sched_clutch_harness_impl.c | 164 thread_t idle_thread = clutch_impl_create_thread(TH_BUCKET_SHARE_BG, not_real_idle_tg, IDLEPRI); in clutch_impl_init_topology() 228 clutch_impl_create_thread(int root_bucket, struct thread_group *tg, int pri) in clutch_impl_create_thread() function
|
| H A D | sched_edge_harness.c | 231 return clutch_impl_create_thread(root_bucket, tg, pri); in impl_create_thread()
|