Home
last modified time | relevance | path

Searched refs:auto_join_thread_group (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dthread_group.c670 if (t->auto_join_thread_group) { in thread_compute_resolved_thread_group()
671 tg = t->auto_join_thread_group; in thread_compute_resolved_thread_group()
702 (t->thread_group == t->auto_join_thread_group) || in thread_assert_has_valid_thread_group()
1104 t->auto_join_thread_group = tg; in thread_set_autojoin_thread_group_locked()
H A Dthread.h977 struct thread_group *auto_join_thread_group; member