Searched refs:sys_thr_self (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/kern/ |
| D | kern_thr.c | 302 sys_thr_self(struct thread *td, struct thr_self_args *uap) in sys_thr_self() function
|
| D | init_sysent.c | 484 …{ AS(thr_self_args), (sy_call_t *)sys_thr_self, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATI…
|
| /freebsd-12-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 491 …{ AS(thr_self_args), (sy_call_t *)sys_thr_self, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATI…
|
| /freebsd-12-stable/sys/sys/ |
| D | sysproto.h | 2067 int sys_thr_self(struct thread *, struct thr_self_args *);
|