Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_thr.c554 sys_thr_wake(struct thread *td, struct thr_wake_args *uap)
H A Dinit_sysent.c512 …{ .sy_narg = AS(thr_wake_args), .sy_call = (sy_call_t *)sys_thr_wake, .sy_auevent = AUE_NULL, .sy_…
H A Dsystrace_args.c2246 struct thr_wake_args *p = params; in systrace_args()
/freebsd/sys/sys/
H A Dsysproto.h1197 struct thr_wake_args { struct
2154 int sys_thr_wake(struct thread *, struct thr_wake_args *);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_sysent.c513 …{ .sy_narg = AS(thr_wake_args), .sy_call = (sy_call_t *)sys_thr_wake, .sy_auevent = AUE_NULL, .sy_…
H A Dfreebsd32_systrace_args.c2104 struct thr_wake_args *p = params; in systrace_args()