Searched refs:thread_group (Results 1 – 4 of 4) sorted by relevance
247 .thread_group = LIST_HEAD_INIT(tsk.thread_group), \
1514 struct list_head thread_group; member2716 return list_entry_rcu(p->thread_group.next, in next_thread()2717 struct task_struct, thread_group); in next_thread()2722 return list_empty(&p->thread_group); in thread_group_empty()
1521 INIT_LIST_HEAD(&p->thread_group); in copy_process()1597 list_add_tail_rcu(&p->thread_group, in copy_process()1598 &p->group_leader->thread_group); in copy_process()
76 list_del_rcu(&p->thread_group); in __unhash_process()