Home
last modified time | relevance | path

Searched refs:clutch_impl_create_thread (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/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.c29 return clutch_impl_create_thread(root_bucket, tg, pri); in impl_create_thread()
H A Dsched_clutch_harness_impl.c182 clutch_impl_create_thread(int root_bucket, struct thread_group *tg, int pri) in clutch_impl_create_thread() function
H A Dsched_edge_harness.c249 return clutch_impl_create_thread(root_bucket, tg, pri); in impl_create_thread()