Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_group.h144 const char * thread_group_get_name(struct thread_group *tg);
H A Dthread_group.c1189 thread_group_get_name(struct thread_group *tg) in thread_group_get_name() function
1369 return thread_group_get_name(tg); in sched_perfcontrol_thread_group_get_name()
H A Dkern_stackshot.c5977 const char *name = thread_group_get_name(tg); in stackshot_thread_group_snapshot()