summaryrefslogtreecommitdiffstats
path: root/c-user/rate_monotonic_manager.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-15 14:13:48 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-18 07:13:13 +0200
commit1f8301a97296178c772fcf42ae1d2e78b9ac40a8 (patch)
treef23afc9579df88b2e4b2f874643badfa83758a3c /c-user/rate_monotonic_manager.rst
parentc-user: Use * for list items (diff)
downloadrtems-docs-1f8301a97296178c772fcf42ae1d2e78b9ac40a8.tar.bz2
c-user: Mention possible preemptions
Mention that object create/delete may case the calling task to be preempted due to the object allocator mutex.
Diffstat (limited to '')
-rw-r--r--c-user/rate_monotonic_manager.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/c-user/rate_monotonic_manager.rst b/c-user/rate_monotonic_manager.rst
index 6152005..e9241bc 100644
--- a/c-user/rate_monotonic_manager.rst
+++ b/c-user/rate_monotonic_manager.rst
@@ -666,7 +666,8 @@ DESCRIPTION:
pool and initializes it.
NOTES:
- This directive will not cause the calling task to be preempted.
+ This directive may cause the calling task to be preempted due to an
+ obtain and release of the object allocator mutex.
.. raw:: latex
@@ -785,7 +786,8 @@ DESCRIPTION:
period is reclaimed by RTEMS.
NOTES:
- This directive will not cause the running task to be preempted.
+ This directive may cause the calling task to be preempted due to an
+ obtain and release of the object allocator mutex.
A rate monotonic period can be deleted by a task other than the task which
created the period.