Add semaphore attributes figure.

This commit is contained in:
Chris Johns 2016-02-18 15:29:17 +11:00 committed by Amar Takhar
parent f02e87257a
commit 1762611192
2 changed files with 4 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -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
--------------------------------------