Searched refs:next_thread (Results 1 – 3 of 3) sorted by relevance
148 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) in next_thread() function223 .next_thread = next_thread,
644 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
986 t = next_thread(t); in complete_signal()