Home
last modified time | relevance | path

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

/freebsd-12.1/sys/sys/
H A Dsysent.h295 void _syscall_thread_exit(struct thread *td, struct sysent *se);
312 _syscall_thread_exit(td, se); in syscall_thread_exit()
/freebsd-12.1/sys/kern/
H A Dkern_syscalls.c97 _syscall_thread_exit(struct thread *td, struct sysent *se) in _syscall_thread_exit() function