Home
last modified time | relevance | path

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

/xnu-11215/osfmk/kern/
H A Dthread_group.c733 if (t->old_preadopt_thread_group) { in thread_mark_thread_group_hierarchy_resolved()
734 thread_group_deallocate_safe(t->old_preadopt_thread_group); in thread_mark_thread_group_hierarchy_resolved()
735 t->old_preadopt_thread_group = NULL; in thread_mark_thread_group_hierarchy_resolved()
992 t->old_preadopt_thread_group); in thread_set_preadopt_thread_group()
1000 assert(t->old_preadopt_thread_group == NULL); in thread_set_preadopt_thread_group()
1006 t->old_preadopt_thread_group = old_tg; // transfer ref back to thread in thread_set_preadopt_thread_group()
H A Dthread.h961 struct thread_group *old_preadopt_thread_group; member
H A Dthread.c829 if (thread->old_preadopt_thread_group) { in thread_deallocate_complete()
830 thread_group_release(thread->old_preadopt_thread_group); in thread_deallocate_complete()