[rtems-docs commit] c-user: Update MrsP semaphore documentation
Sebastian Huber
sebh at rtems.org
Wed Mar 17 13:05:32 UTC 2021
Module: rtems-docs
Branch: 5
Commit: 7c43a4b4023587ab386d94c57b5c1f8a4afc604e
Changeset: http://git.rtems.org/rtems-docs/commit/?id=7c43a4b4023587ab386d94c57b5c1f8a4afc604e
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Wed Mar 17 14:04:00 2021 +0100
c-user: Update MrsP semaphore documentation
Update #4347.
---
c-user/semaphore_manager.rst | 6 +++---
1 file 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:
More information about the vc
mailing list