Home
last modified time | relevance | path

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

/freebsd/sys/riscv/riscv/
H A Dvm_machdep.c202 cpu_thread_exit(struct thread *td) in cpu_set_user_tls()
212 cpu_thread_exit(struct thread *td) cpu_thread_exit() function
/freebsd/sys/arm/arm/
H A Dvm_machdep.c241 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd/sys/i386/i386/
H A Dvm_machdep.c345 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd/sys/amd64/amd64/
H A Dvm_machdep.c341 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd/sys/powerpc/powerpc/
H A Dexec_machdep.c1067 cpu_thread_exit(struct thread *td) in cpu_thread_exit() function
/freebsd/sys/sys/
H A Dproc.h1237 void cpu_thread_exit(struct thread *);
/freebsd/sys/kern/
H A Dkern_thread.c956 cpu_thread_exit(td); in thread_exit()