Searched refs:thread_group (Results 1 – 2 of 2) sorted by relevance
205 .thread_group = LIST_HEAD_INIT(tsk.thread_group), \
1391 struct list_head thread_group; member2431 return list_entry_rcu(p->thread_group.next, in next_thread()2432 struct task_struct, thread_group); in next_thread()2437 return list_empty(&p->thread_group); in thread_group_empty()