mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-20 01:48:04 +08:00
c-user: fix broken definition in rate-monotonic background.
This commit is contained in:

committed by
Sebastian Huber

parent
eb45e220ac
commit
f6f3fdcd09
@@ -112,7 +112,9 @@ less than its period. For example, a periodic task's requirements may state
|
|||||||
that it should execute for 10 milliseconds every 100 milliseconds. Although
|
that it should execute for 10 milliseconds every 100 milliseconds. Although
|
||||||
the execution time may be the average, worst, or best case, the worst-case
|
the execution time may be the average, worst, or best case, the worst-case
|
||||||
execution time is more appropriate for use when analyzing system behavior under
|
execution time is more appropriate for use when analyzing system behavior under
|
||||||
transient overload conditions... index:: aperiodic task, definition
|
transient overload conditions.
|
||||||
|
|
||||||
|
.. index:: aperiodic task, definition
|
||||||
|
|
||||||
In contrast, an aperiodic task executes at irregular intervals and has only a
|
In contrast, an aperiodic task executes at irregular intervals and has only a
|
||||||
soft deadline. In other words, the deadlines for aperiodic tasks are not
|
soft deadline. In other words, the deadlines for aperiodic tasks are not
|
||||||
|
Reference in New Issue
Block a user