Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dunwind-libdw.c122 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) in next_thread() function
190 .next_thread = next_thread,
/OK3568_Linux_fs/kernel/include/linux/sched/
H A Dsignal.h625 while ((t = next_thread(t)) != g)
687 static inline struct task_struct *next_thread(const struct task_struct *p) in next_thread() function
/OK3568_Linux_fs/kernel/kernel/
H A Dexit.c123 sig->curr_target = next_thread(tsk); in __exit_signal()
H A Dsignal.c1018 t = next_thread(t); in complete_signal()
/OK3568_Linux_fs/kernel/fs/proc/
H A Dbase.c3764 pos = next_thread(start); in next_tid()