Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_group.c131 thread_group_set_name(tg_system, "system"); in thread_group_init()
133 thread_group_set_name(tg_background, "background"); in thread_group_init()
138 thread_group_set_name(tg_vm, "VM"); in thread_group_init()
140 thread_group_set_name(tg_io_storage, "io storage"); in thread_group_init()
142 thread_group_set_name(tg_perf_controller, "perf_controller"); in thread_group_init()
311 thread_group_set_name(__unused struct thread_group *tg, __unused const char *name) in thread_group_set_name() function
H A Dthread_group.h124 void thread_group_set_name(struct thread_group *tg, const char *name);
H A Dwork_interval.c1204 thread_group_set_name(tg, name); in kern_work_interval_create()
1323 thread_group_set_name(work_interval->wi_group, tgname); in kern_work_interval_set_name()
1454 thread_group_set_name(tg, tgname); in kern_work_interval_set_workload_id()
/xnu-11215/bsd/kern/
H A Dsys_coalition.c308 thread_group_set_name(tg, name); in coalition_info_set_name_internal()