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

/freebsd-current/sys/kern/
H A Dkern_thr.c297 sys_thr_self(struct thread *td, struct thr_self_args *uap) function
H A Dinit_sysent.c495 { .sy_narg = AS(thr_self_args), .sy_call = (sy_call_t *)sys_thr_self, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 432 = thr_self */
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c496 { .sy_narg = AS(thr_self_args), .sy_call = (sy_call_t *)sys_thr_self, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 432 = thr_self */
/freebsd-current/sys/sys/
H A Dsysproto.h2137 int sys_thr_self(struct thread *, struct thr_self_args *);

Completed in 153 milliseconds