Home
last modified time | relevance | path

Searched refs:thread_group (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Dinit_task.h247 .thread_group = LIST_HEAD_INIT(tsk.thread_group), \
Dsched.h1514 struct list_head thread_group; member
2716 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()
/linux-4.4.14/kernel/
Dfork.c1521 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()
Dexit.c76 list_del_rcu(&p->thread_group); in __unhash_process()