Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_thr.c535 return (kern_thr_suspend(td, tsp)); in sys_thr_suspend()
539 kern_thr_suspend(struct thread *td, struct timespec *tsp) in kern_thr_suspend() function
/freebsd/sys/sys/
H A Dsyscallsubr.h379 int kern_thr_suspend(struct thread *td, struct timespec *tsp);
/freebsd/sys/compat/freebsd32/
H A Dfreebsd32_misc.c3332 return (kern_thr_suspend(td, tsp)); in freebsd32_thr_suspend()