Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dunwind-libdw.c176 static pid_t next_thread(Dwfl *dwfl, void *arg, void **thread_argp) in next_thread() function
308 .next_thread = next_thread,
/linux/kernel/
H A Dexit.c189 sig->curr_target = next_thread(tsk); in __exit_signal()