Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/kern/
H A Dsched_clutch.h332 void sched_clutch_init_with_thread_group(sched_clutch_t, struct thread_group *);
H A Dthread_group.c272 sched_clutch_init_with_thread_group(&(tg->tg_sched_clutch), tg); in thread_group_create_and_retain()
H A Dsched_clutch.c1410 sched_clutch_init_with_thread_group( in sched_clutch_init_with_thread_group() function
/xnu-11215.1.10/tests/sched/sched_test_harness/
H A Dsched_clutch_harness.c133 sched_clutch_init_with_thread_group(&tg->tg_sched_clutch, tg); in impl_create_tg()