Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dthread_group.c130 tg_system = thread_group_create_and_retain(FALSE); in thread_group_init()
132 tg_background = thread_group_create_and_retain(FALSE); in thread_group_init()
137 tg_vm = thread_group_create_and_retain(FALSE); in thread_group_init()
139 tg_io_storage = thread_group_create_and_retain(FALSE); in thread_group_init()
141 tg_perf_controller = thread_group_create_and_retain(FALSE); in thread_group_init()
289 thread_group_create_and_retain(boolean_t efficient) in thread_group_create_and_retain() function
H A Dthread_group.h68 struct thread_group *thread_group_create_and_retain(boolean_t efficient);
H A Dwork_interval.c904 tg = thread_group_create_and_retain(FALSE); in kern_work_interval_create()
H A Dcoalition.c952 coal->j.thread_group = thread_group_create_and_retain(efficient); in i_coal_jetsam_init()