Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
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-6.12.1/include/linux/sched/
Dsignal.h646 while ((t = next_thread(t)) != g)
649 for (t = p; (t = next_thread(t)) != p; )
723 static inline struct task_struct *next_thread(struct task_struct *p) in next_thread() function
/linux-6.12.1/kernel/
Dexit.c175 sig->curr_target = next_thread(tsk); in __exit_signal()
Dsignal.c1018 t = next_thread(t); in complete_signal()