Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_thr.c424 sys_thr_kill2(struct thread *td, struct thr_kill2_args *uap) in sys_thr_kill2() function
Dinit_sysent.c517 …{ AS(thr_kill2_args), (sy_call_t *)sys_thr_kill2, AUE_KILL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 481…
/freebsd-10-stable/sys/compat/freebsd32/
Dfreebsd32_sysent.c539 …{ AS(thr_kill2_args), (sy_call_t *)sys_thr_kill2, AUE_KILL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 481…
/freebsd-10-stable/sys/sys/
Dsysproto.h2168 int sys_thr_kill2(struct thread *, struct thr_kill2_args *);