Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dunwind-libdw.c148 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) in next_thread() function
223 .next_thread = next_thread,
/linux/include/linux/sched/
H A Dsignal.h644 while ((t = next_thread(t)) != g)
647 for (t = p; (t = next_thread(t)) != p; )
721 static inline struct task_struct *next_thread(struct task_struct *p) in next_thread() function
/linux/kernel/
H A Dsignal.c986 t = next_thread(t); in complete_signal()