Searched refs:sys_thr_self (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/kern/ |
| HD | kern_thr.c | 292 sys_thr_self(struct thread *td, struct thr_self_args *uap) in sys_thr_self() function
|
| HD | init_sysent.c | 475 …{ AS(thr_self_args), (sy_call_t *)sys_thr_self, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATI…
|
| /trueos/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 482 …{ AS(thr_self_args), (sy_call_t *)sys_thr_self, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 432 =…
|
| /trueos/sys/sys/ |
| HD | sysproto.h | 2377 int sys_thr_self(struct thread *, struct thr_self_args *);
|