Skip to content

Commit a5b3926

Browse files
committed
fixes #29
1 parent 1823977 commit a5b3926

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scheduling.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -613,9 +613,9 @@ \section{Fixed-Priority Scheduling}\label{fixed-priority-scheduling-section}
613613
Many schedulers use a numerical \vocab{priority} for each thread;
614614
this controls which threads are selected for execution. The threads with
615615
higher 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
619619
way the priorities can be assigned is for the user to manually specify
620620
the priority of each thread, generally with some default value if none
621621
is explicitly specified. Although there may be some way for the user

0 commit comments

Comments
 (0)