Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/kern/
HDkern_thr.c309 sys_thr_exit(struct thread *td, struct thr_exit_args *uap) in sys_thr_exit() function
HDinit_sysent.c494 …{ .sy_narg = AS(thr_exit_args), .sy_call = (sy_call_t *)sys_thr_exit, .sy_auevent = AUE_THR_EXIT, …
/freebsd-14-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c495 …{ .sy_narg = AS(thr_exit_args), .sy_call = (sy_call_t *)sys_thr_exit, .sy_auevent = AUE_THR_EXIT, …
/freebsd-14-stable/sys/sys/
HDsysproto.h2154 int sys_thr_exit(struct thread *, struct thr_exit_args *);