Searched refs:thr_wake_args (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/kern/ |
| HD | kern_thr.c | 572 sys_thr_wake(struct thread *td, struct thr_wake_args *uap) in sys_thr_wake()
|
| HD | init_sysent.c | 492 …{ AS(thr_wake_args), (sy_call_t *)sys_thr_wake, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATI…
|
| HD | systrace_args.c | 2501 struct thr_wake_args *p = params; in systrace_args()
|
| /NextBSD/sys/compat/freebsd32/ |
| HD | freebsd32_sysent.c | 493 …{ AS(thr_wake_args), (sy_call_t *)sys_thr_wake, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 443 =…
|
| HD | freebsd32_systrace_args.c | 2286 struct thr_wake_args *p = params; in systrace_args()
|
| /NextBSD/sys/sys/ |
| HD | sysproto.h | 1326 struct thr_wake_args { struct 2362 int sys_thr_wake(struct thread *, struct thr_wake_args *);
|