Searched refs:next_thread (Results 1 – 4 of 4) sorted by relevance
177 static pid_t next_thread(Dwfl *dwfl __maybe_unused, void *arg, void **thread_argp) in next_thread() 325 .next_thread = next_thread, in frame_callback() 176 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) next_thread() function
647 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
188 sig->curr_target = next_thread(tsk); in __exit_signal()
993 t = next_thread(t); in complete_signal()