Searched refs:othertd (Results 1 – 1 of 1) sorted by relevance
260 struct thread *othertd; in linux_on_exec() local292 FOREACH_THREAD_IN_PROC(td->td_proc, othertd) { in linux_on_exec()293 if (othertd == td) in linux_on_exec()295 linux_proc_init(td, othertd, true); in linux_on_exec()