Home
last modified time | relevance | path

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 Dsched_clutch_harness.h27 extern test_thread_t clutch_impl_create_thread(int root_bucket, struct thread_group *tg, int pri);
H A Dsched_clutch_harness.c31 return clutch_impl_create_thread(root_bucket, tg, pri); in impl_create_thread()
H A Dsched_clutch_harness_impl.c164 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 Dsched_edge_harness.c231 return clutch_impl_create_thread(root_bucket, tg, pri); in impl_create_thread()