Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDkern_thr.c462 return (kern_thr_suspend(td, tsp)); in sys_thr_suspend()
466 kern_thr_suspend(struct thread *td, struct timespec *tsp) in kern_thr_suspend() function
/trueos/sys/sys/
HDsyscallsubr.h248 int kern_thr_suspend(struct thread *td, struct timespec *tsp);
/trueos/sys/compat/freebsd32/
HDfreebsd32_misc.c2522 return (kern_thr_suspend(td, tsp)); in freebsd32_thr_suspend()