Home
last modified time | relevance | path

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

/include/linux/
Dinit_task.h205 .thread_group = LIST_HEAD_INIT(tsk.thread_group), \
Dsched.h1391 struct list_head thread_group; member
2431 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()