Home
last modified time | relevance | path

Searched refs:next_thread (Results 1 – 4 of 4) 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.h647 while ((t = next_thread(t)) != g)
650 for (t = p; (t = next_thread(t)) != p; )
724 static inline struct task_struct *next_thread(struct task_struct *p) in next_thread() function
/linux/kernel/
H A Dexit.c175 sig->curr_target = next_thread(tsk); in __exit_signal()
H A Dsignal.c1019 t = next_thread(t); in complete_signal()