Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_thr.c309 sys_thr_exit(struct thread *td, struct thr_exit_args *uap)
H A Dinit_sysent.c500 …{ .sy_narg = AS(thr_exit_args), .sy_call = (sy_call_t *)sys_thr_exit, .sy_auevent = AUE_THR_EXIT, …
H A Dsystrace_args.c2172 struct thr_exit_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1159 struct thr_exit_args { struct
2145 int sys_thr_exit(struct thread *, struct thr_exit_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c501 …{ .sy_narg = AS(thr_exit_args), .sy_call = (sy_call_t *)sys_thr_exit, .sy_auevent = AUE_THR_EXIT, …
H A Dfreebsd32_systrace_args.c2030 struct thr_exit_args *p = params; in systrace_args()