Home
last modified time | relevance | path

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

/freebsd-14.2/sys/kern/
H A Dkern_thr.c435 sys_thr_kill2(struct thread *td, struct thr_kill2_args *uap) in sys_thr_kill2() function
H A Dinit_sysent.c544 …{ .sy_narg = AS(thr_kill2_args), .sy_call = (sy_call_t *)sys_thr_kill2, .sy_auevent = AUE_THR_KILL…
/freebsd-14.2/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c545 …{ .sy_narg = AS(thr_kill2_args), .sy_call = (sy_call_t *)sys_thr_kill2, .sy_auevent = AUE_THR_KILL…
/freebsd-14.2/sys/sys/
H A Dsysproto.h2192 int sys_thr_kill2(struct thread *, struct thr_kill2_args *);