File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -613,9 +613,9 @@ \section{Fixed-Priority Scheduling}\label{fixed-priority-scheduling-section}
613613Many schedulers use a numerical \vocab {priority} for each thread;
614614this controls which threads are selected for execution. The threads with
615615higher priority are selected in preference to those with lower priority.
616- No thread will ever be running if another thread with higher priority
617- is not running, but is in the
618- runnable state. The simplest
616+ No thread is ever left in the runnable state but not running while
617+ another thread with lower priority is running.
618+ The simplest
619619way the priorities can be assigned is for the user to manually specify
620620the priority of each thread, generally with some default value if none
621621is explicitly specified. Although there may be some way for the user
You can’t perform that action at this time.
0 commit comments