Home
last modified time | relevance | path

Searched refs:sys_thr_wake (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thr.c583 sys_thr_wake(struct thread *td, struct thr_wake_args *uap) in sys_thr_wake() function
H A Dinit_sysent.c512 …{ .sy_narg = AS(thr_wake_args), .sy_call = (sy_call_t *)sys_thr_wake, .sy_auevent = AUE_NULL, .sy_…
/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_…
/freebsd/sys/sys/
H A Dsysproto.h2198 int sys_thr_wake(struct thread *, struct thr_wake_args *);