Home
last modified time | relevance | path

Searched refs:thr_self_args (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thr.c297 sys_thr_self(struct thread *td, struct thr_self_args *uap) in sys_thr_self()
H A Dinit_sysent.c495 …{ .sy_narg = AS(thr_self_args), .sy_call = (sy_call_t *)sys_thr_self, .sy_auevent = AUE_NULL, .sy_…
H A Dsystrace_args.c2178 struct thr_self_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1162 struct thr_self_args { struct
2137 int sys_thr_self(struct thread *, struct thr_self_args *);
/freebsd/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_…
H A Dfreebsd32_systrace_args.c2036 struct thr_self_args *p = params; in systrace_args()