Home
last modified time | relevance | path

Searched refs:setrunnable (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/kern/
H A Dkern_synch.c566 setrunnable(struct thread *td, int srqflags) in setrunnable() function
H A Dkern_thread.c1546 return (setrunnable(td, 0)); in thread_unsuspend_one()
1570 if (setrunnable(td, 0)) in thread_run_flash()
H A Dsubr_sleepqueue.c792 return (setrunnable(td, srqflags)); in sleepq_resume_thread()
/freebsd-13.1/sys/vm/
H A Dvm_swapout.c882 if (setrunnable(td, 0)) { in swapclear()
/freebsd-13.1/sys/sys/
H A Dproc.h1141 int setrunnable(struct thread *, int);
/freebsd-13.1/share/man/man9/
H A DMakefile1925 scheduler.9 setrunnable.9 \