Searched refs:sys_thr_wake (Results 1 – 4 of 4) sorted by relevance
| /freebsd-9-stable/sys/kern/ |
| D | kern_thr.c | 509 sys_thr_wake(struct thread *td, struct thr_wake_args *uap) in sys_thr_wake() function
|
| D | init_sysent.c | 480 …{ AS(thr_wake_args), (sy_call_t *)sys_thr_wake, AUE_NULL, NULL, 0, 0, SYF_CAPENABLED, SY_THR_STATI…
|
| /freebsd-9-stable/sys/compat/freebsd32/ |
| D | freebsd32_sysent.c | 493 …{ AS(thr_wake_args), (sy_call_t *)sys_thr_wake, AUE_NULL, NULL, 0, 0, 0, SY_THR_STATIC }, /* 443 =…
|
| /freebsd-9-stable/sys/sys/ |
| D | sysproto.h | 2056 int sys_thr_wake(struct thread *, struct thr_wake_args *);
|