Searched refs:sys_thr_set_name (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | kern_thr.c | 581 sys_thr_set_name(struct thread *td, struct thr_set_name_args *uap) in sys_thr_set_name() function
|
| D | init_sysent.c | 516 …{ AS(thr_set_name_args), (sy_call_t *)sys_thr_set_name, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_T…
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 523 …{ AS(thr_set_name_args), (sy_call_t *)sys_thr_set_name, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_T…
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 2096 int sys_thr_set_name(struct thread *, struct thr_set_name_args *);
|