Searched refs:thread_group (Results 1 – 4 of 4) sorted by relevance
246 .thread_group = LIST_HEAD_INIT(tsk.thread_group), \
1425 struct list_head thread_group; member2593 return list_entry_rcu(p->thread_group.next, in next_thread()2594 struct task_struct, thread_group); in next_thread()2599 return list_empty(&p->thread_group); in thread_group_empty()
1515 INIT_LIST_HEAD(&p->thread_group); in copy_process()1581 list_add_tail_rcu(&p->thread_group, in copy_process()1582 &p->group_leader->thread_group); in copy_process()
76 list_del_rcu(&p->thread_group); in __unhash_process()