summaryrefslogtreecommitdiffstats
path: root/c_user/semaphore_manager.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-02-18 15:29:17 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:26 -0400
commit17626111926babb53ecb4ee5d470d8c6b3c02c41 (patch)
treed349d9fb757787142163e702914f19ae3c82736b /c_user/semaphore_manager.rst
parentFix the double quotes. (diff)
downloadrtems-docs-17626111926babb53ecb4ee5d470d8c6b3c02c41.tar.bz2
Add semaphore attributes figure.
Diffstat (limited to 'c_user/semaphore_manager.rst')
-rw-r--r--c_user/semaphore_manager.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/c_user/semaphore_manager.rst b/c_user/semaphore_manager.rst
index 668c951..047e036 100644
--- a/c_user/semaphore_manager.rst
+++ b/c_user/semaphore_manager.rst
@@ -241,9 +241,10 @@ ordered blocking discipline must be applied to a binary semaphore in order to
use either the priority inheritance or priority ceiling functionality. The
following tree figure illustrates the valid combinations.
-.. code:: c
-
- Not available in ASCII representation
+.. figure:: semaphore_attributes.png
+ :width: 90%
+ :align: center
+ :alt: Semaphore Attributes
Building a SEMAPHORE_OBTAIN Option Set
--------------------------------------