Home
last modified time | relevance | path

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

/freebsd-13.1/sys/i386/i386/
H A Dvm_machdep.c142 copy_thread(struct thread *td1, struct thread *td2) in copy_thread() function
242 copy_thread(td1, td2); in cpu_fork()
461 copy_thread(td0, td); in cpu_copy_thread()
/freebsd-13.1/sys/amd64/amd64/
H A Dvm_machdep.c142 copy_thread(struct thread *td1, struct thread *td2) in copy_thread() function
230 copy_thread(td1, td2); in cpu_fork()
594 copy_thread(td0, td); in cpu_copy_thread()