Searched refs:freebsd32_thr_suspend (Results 1 – 3 of 3) sorted by relevance
767 int freebsd32_thr_suspend(struct thread *, struct freebsd32_thr_suspend_args *);
512 { .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 */
3315 freebsd32_thr_suspend(struct thread *td, struct freebsd32_thr_suspend_args *uap) in freebsd32_thr_suspend() function