Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_group.c661 if (t->preadopt_thread_group) { in thread_compute_resolved_thread_group()
662 tg = t->preadopt_thread_group; in thread_compute_resolved_thread_group()
700 (t->thread_group == t->preadopt_thread_group) || in thread_assert_has_valid_thread_group()
781 if (resolved_tg == t->preadopt_thread_group) { in thread_set_resolved_thread_group()
813 if (t->preadopt_thread_group) { in thread_resolve_thread_group_hierarchy_self_locked()
815 (uintptr_t)thread_tid(t), thread_group_id(t->preadopt_thread_group), 0, 0); in thread_resolve_thread_group_hierarchy_self_locked()
817 preadopt_tg = t->preadopt_thread_group; in thread_resolve_thread_group_hierarchy_self_locked()
818 t->preadopt_thread_group = NULL; in thread_resolve_thread_group_hierarchy_self_locked()
917 struct thread_group *old_preadopt_tg = t->preadopt_thread_group; in thread_set_preadopt_thread_group()
920 t->preadopt_thread_group = NULL; in thread_set_preadopt_thread_group()
[all …]
H A Dthread.h941 struct thread_group *preadopt_thread_group; member
H A Dthread.c833 if (thread->preadopt_thread_group) { in thread_deallocate_complete()
834 thread_group_release(thread->preadopt_thread_group); in thread_deallocate_complete()