Home
last modified time | relevance | path

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

/include/linux/sched/
Dsignal.h100 struct list_head thread_head; member
658 list_for_each_entry_rcu(t, &(signal)->thread_head, thread_node, \
723 return list_next_or_null_rcu(&p->signal->thread_head, in __next_thread()
737 list_is_last(&p->thread_node, &p->signal->thread_head); in thread_group_empty()