Searched refs:kern_thr_suspend (Results 1 – 3 of 3) sorted by relevance
495 return (kern_thr_suspend(td, tsp)); in sys_thr_suspend()499 kern_thr_suspend(struct thread *td, struct timespec *tsp) in kern_thr_suspend() function
269 int kern_thr_suspend(struct thread *td, struct timespec *tsp);
2563 return (kern_thr_suspend(td, tsp)); in freebsd32_thr_suspend()