mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-27 20:55:27 +08:00
c-user/rate-monotonic/background.rst: Correct logically inverted statement
Also corrected a spot of formatting. Closes #4781.
This commit is contained in:
parent
1030fea8ed
commit
f48f79dcad
@ -222,8 +222,9 @@ assumptions:
|
|||||||
- The execution time for each task without preemption or interruption is
|
- The execution time for each task without preemption or interruption is
|
||||||
constant and does not vary.
|
constant and does not vary.
|
||||||
|
|
||||||
- Any non-periodic tasks in the system are special. These tasks displace
|
- Any non-periodic tasks in the system are special. These tasks should not
|
||||||
periodic tasks while executing and do not have hard, critical deadlines.
|
displace periodic tasks while executing and do not have hard, critical
|
||||||
|
deadlines.
|
||||||
|
|
||||||
Once the basic schedulability analysis is understood, some of the above
|
Once the basic schedulability analysis is understood, some of the above
|
||||||
assumptions can be relaxed and the side-effects accounted for.
|
assumptions can be relaxed and the side-effects accounted for.
|
||||||
@ -290,9 +291,9 @@ by the Processor Utilization Rule, they can still be guaranteed to meet all
|
|||||||
their deadlines by application of the First Deadline Rule. This rule can be
|
their deadlines by application of the First Deadline Rule. This rule can be
|
||||||
stated as follows:
|
stated as follows:
|
||||||
|
|
||||||
For a given set of independent periodic tasks, if each task meets its first
|
For a given set of independent periodic tasks, if each task meets its first
|
||||||
deadline when all tasks are started at the same time, then the deadlines will
|
deadline when all tasks are started at the same time, then the
|
||||||
always be met for any combination of start times.
|
deadlines will always be met for any combination of start times.
|
||||||
|
|
||||||
A key point with this rule is that ALL periodic tasks are assumed to start at
|
A key point with this rule is that ALL periodic tasks are assumed to start at
|
||||||
the exact same instant in time. Although this assumption may seem to be
|
the exact same instant in time. Although this assumption may seem to be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user