Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_thr.c388 sys_thr_kill(struct thread *td, struct thr_kill_args *uap) in sys_thr_kill()
H A Dinit_sysent.c496 …{ .sy_narg = AS(thr_kill_args), .sy_call = (sy_call_t *)sys_thr_kill, .sy_auevent = AUE_THR_KILL, …
H A Dsystrace_args.c2185 struct thr_kill_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1165 struct thr_kill_args { struct
2138 int sys_thr_kill(struct thread *, struct thr_kill_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c497 …{ .sy_narg = AS(thr_kill_args), .sy_call = (sy_call_t *)sys_thr_kill, .sy_auevent = AUE_THR_KILL, …
H A Dfreebsd32_systrace_args.c2043 struct thr_kill_args *p = params; in systrace_args()