Home
last modified time | relevance | path

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

/src/sys/kern/
H A Dkern_thr.c417 sys_thr_kill(struct thread *td, struct thr_kill_args *uap) in sys_thr_kill() function
H A Dinit_sysent.c502 …{ .sy_narg = AS(thr_kill_args), .sy_call = (sy_call_t *)sys_thr_kill, .sy_auevent = AUE_THR_KILL, …
/src/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c503 …{ .sy_narg = AS(thr_kill_args), .sy_call = (sy_call_t *)sys_thr_kill, .sy_auevent = AUE_THR_KILL, …
/src/sys/sys/
H A Dsysproto.h2191 int sys_thr_kill(struct thread *, struct thr_kill_args *);