Home
last modified time | relevance | path

Searched refs:impl_create_thread (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/tests/sched/sched_test_harness/
H A Dsched_runqueue_harness.h43 extern test_thread_t impl_create_thread(int th_sched_bucket, struct thread_group *tg, int p…
H A Dsched_runqueue_harness.c88 test_thread_t thread = impl_create_thread(th_sched_bucket, tg, pri); in create_thread()
H A Dsched_clutch_harness.c145 impl_create_thread(int root_bucket, struct thread_group *tg, int pri) in impl_create_thread() function