Home
last modified time | relevance | path

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

/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_proto.h767 int freebsd32_thr_suspend(struct thread *, struct freebsd32_thr_suspend_args *);
H A Dfreebsd32_sysent.c512 { .sy_narg = AS(freebsd32_thr_suspend_args), .sy_call = (sy_call_t *)freebsd32_thr_suspend, .sy_auevent = AUE_NULL, .sy_flags = SYF_CAPENABLED, .sy_thrcnt = SY_THR_STATIC }, /* 442 = freebsd32_thr_suspend */
H A Dfreebsd32_misc.c3315 freebsd32_thr_suspend(struct thread *td, struct freebsd32_thr_suspend_args *uap) in freebsd32_thr_suspend() function