Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.h360 void sched_clutch_init_with_thread_group(sched_clutch_t, struct thread_group *);
H A Dthread_group.c276 sched_clutch_init_with_thread_group(&(tg->tg_sched_clutch), tg); in thread_group_create_and_retain()
H A Dsched_clutch.c1432 sched_clutch_init_with_thread_group( in sched_clutch_init_with_thread_group() function
/xnu-12377.81.4/tests/sched/sched_test_harness/
H A Dsched_clutch_harness_impl.c227 sched_clutch_init_with_thread_group(&tg->tg_sched_clutch, tg); in clutch_impl_create_tg()