Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/kern/
HDkern_thr.c298 sys_thr_self(struct thread *td, struct thr_self_args *uap) in sys_thr_self() function
HDinit_sysent.c489 …{ .sy_narg = AS(thr_self_args), .sy_call = (sy_call_t *)sys_thr_self, .sy_auevent = AUE_NULL, .sy_…
/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_sysent.c496 …{ .sy_narg = AS(thr_self_args), .sy_call = (sy_call_t *)sys_thr_self, .sy_auevent = AUE_NULL, .sy_…
/freebsd-13-stable/sys/sys/
HDsysproto.h2132 int sys_thr_self(struct thread *, struct thr_self_args *);