This commit is contained in:
Jorge Aparicio 2019-08-21 10:28:07 +02:00
parent 07b2b4d830
commit 009ca9a0be

View file

@ -13,7 +13,7 @@ the task. While a task is within this critical section all the other tasks that
may request the resource are *not allowed to start*. may request the resource are *not allowed to start*.
How high must the dynamic priority be to ensure mutual exclusion on a particular How high must the dynamic priority be to ensure mutual exclusion on a particular
resource? The [ceiling analysis](ceiling-analysis.html) is in charge of resource? The [ceiling analysis](ceilings.html) is in charge of
answering that question and will be discussed in the next section. This section answering that question and will be discussed in the next section. This section
will focus on the implementation of the critical section. will focus on the implementation of the critical section.