Home
last modified time | relevance | path

Searched refs:freebsd32_thr_suspend (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/compat/freebsd32/
HDfreebsd32_proto.h820 int freebsd32_thr_suspend(struct thread *, struct freebsd32_thr_suspend_args *);
HDfreebsd32_sysent.c506 …{ .sy_narg = AS(freebsd32_thr_suspend_args), .sy_call = (sy_call_t *)freebsd32_thr_suspend, .sy_au…
HDfreebsd32_misc.c3132 freebsd32_thr_suspend(struct thread *td, struct freebsd32_thr_suspend_args *uap) in freebsd32_thr_suspend() function