Searched refs:sys_thr_kill (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/kern/ |
| H A D | kern_thr.c | 389 sys_thr_kill(struct thread *td, struct thr_kill_args *uap) in sys_thr_kill() function
|
| H A D | init_sysent.c | 485 …{ AS(thr_kill_args), (sy_call_t *)sys_thr_kill, AUE_THR_KILL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_S…
|
| /freebsd-12.1/sys/compat/freebsd32/ |
| H A D | freebsd32_sysent.c | 492 …{ AS(thr_kill_args), (sy_call_t *)sys_thr_kill, AUE_THR_KILL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_S…
|
| /freebsd-12.1/sys/sys/ |
| H A D | sysproto.h | 2055 int sys_thr_kill(struct thread *, struct thr_kill_args *);
|