summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-17 14:04:00 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-03-17 14:04:00 +0100
commit7c43a4b4023587ab386d94c57b5c1f8a4afc604e (patch)
tree23a4fc936898153b66da68b21dc6a4edc9369bf3
parentAdd missing <math.h> methods implemented as macros on compiler builtins. (diff)
downloadrtems-docs-7c43a4b4023587ab386d94c57b5c1f8a4afc604e.tar.bz2
c-user: Update MrsP semaphore documentation
Update #4347.
-rw-r--r--c-user/semaphore_manager.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c-user/semaphore_manager.rst b/c-user/semaphore_manager.rst
index 31a3c79..b99d384 100644
--- a/c-user/semaphore_manager.rst
+++ b/c-user/semaphore_manager.rst
@@ -377,9 +377,9 @@ NOTES:
This directive may cause the calling task to be preempted due to an
obtain and release of the object allocator mutex.
- The priority inheritance and priority ceiling algorithms are only supported
- for local, binary semaphores that use the priority task wait queue blocking
- discipline.
+ The priority inheritance, priority ceiling, and MrsP algorithms are only
+ supported for local, binary semaphores that use the priority task wait
+ queue blocking discipline.
The following semaphore attribute constants are defined by RTEMS: