Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_thr.c572 sys_thr_wake(struct thread *td, struct thr_wake_args *uap) in sys_thr_wake()
HDinit_sysent.c492 …{ AS(thr_wake_args), (sy_call_t *)sys_thr_wake, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATI…
HDsystrace_args.c2501 struct thr_wake_args *p = params; in systrace_args()
/NextBSD/sys/compat/freebsd32/
HDfreebsd32_sysent.c493 …{ AS(thr_wake_args), (sy_call_t *)sys_thr_wake, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 443 =…
HDfreebsd32_systrace_args.c2286 struct thr_wake_args *p = params; in systrace_args()
/NextBSD/sys/sys/
HDsysproto.h1326 struct thr_wake_args { struct
2362 int sys_thr_wake(struct thread *, struct thr_wake_args *);