Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/kern/
Dkern_thr.c495 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
/freebsd-10-stable/sys/sys/
Dsyscallsubr.h269 int kern_thr_suspend(struct thread *td, struct timespec *tsp);
/freebsd-10-stable/sys/compat/freebsd32/
Dfreebsd32_misc.c2563 return (kern_thr_suspend(td, tsp)); in freebsd32_thr_suspend()