Searched refs:tdpick (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dtty_info.c220 struct thread *td, *tdpick; local
268 FOREACH_THREAD_IN_PROC(p, tdpick)
269 if (thread_compare(td, tdpick))
270 td = tdpick;

Completed in 90 milliseconds