Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_emul.c260 struct thread *othertd; in linux_on_exec() local
292 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()