summaryrefslogtreecommitdiffstats
path: root/c-user/semaphore_manager.rst
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-11-12 14:34:48 +1100
committerChris Johns <chrisj@rtems.org>2017-11-12 14:34:48 +1100
commit6c5640131fca82624f72b2bd33b5b5f46156626e (patch)
treeeca99c4c65ff8a3767a26a49f7aeca0af7eedfa0 /c-user/semaphore_manager.rst
parentAdd indexes to all documents. (diff)
downloadrtems-docs-6c5640131fca82624f72b2bd33b5b5f46156626e.tar.bz2
c-user: Fix index locations.
Update #3229.
Diffstat (limited to 'c-user/semaphore_manager.rst')
-rw-r--r--c-user/semaphore_manager.rst43
1 files changed, 21 insertions, 22 deletions
diff --git a/c-user/semaphore_manager.rst b/c-user/semaphore_manager.rst
index 58558a5..6d95708 100644
--- a/c-user/semaphore_manager.rst
+++ b/c-user/semaphore_manager.rst
@@ -4,14 +4,14 @@
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
-Semaphore Manager
-*****************
-
.. index:: semaphores
.. index:: binary semaphores
.. index:: counting semaphores
.. index:: mutual exclusion
+Semaphore Manager
+*****************
+
Introduction
============
@@ -325,11 +325,11 @@ sequence, related constants, usage, and status codes.
\clearpage
.. _rtems_semaphore_create:
+.. index:: create a semaphore
+.. index:: rtems_semaphore_create
SEMAPHORE_CREATE - Create a semaphore
-------------------------------------
-.. index:: create a semaphore
-.. index:: rtems_semaphore_create
CALLING SEQUENCE:
@@ -437,14 +437,13 @@ NOTES:
\clearpage
.. _rtems_semaphore_ident:
-
-SEMAPHORE_IDENT - Get ID of a semaphore
----------------------------------------
.. index:: get ID of a semaphore
.. index:: obtain ID of a semaphore
-
.. index:: rtems_semaphore_ident
+SEMAPHORE_IDENT - Get ID of a semaphore
+---------------------------------------
+
CALLING SEQUENCE:
.. code-block:: c
@@ -490,11 +489,11 @@ NOTES:
\clearpage
.. _rtems_semaphore_delete:
+.. index:: delete a semaphore
+.. index:: rtems_semaphore_delete
SEMAPHORE_DELETE - Delete a semaphore
-------------------------------------
-.. index:: delete a semaphore
-.. index:: rtems_semaphore_delete
CALLING SEQUENCE:
.. code-block:: c
@@ -546,13 +545,13 @@ NOTES:
\clearpage
.. _rtems_semaphore_obtain:
-
-SEMAPHORE_OBTAIN - Acquire a semaphore
---------------------------------------
.. index:: obtain a semaphore
.. index:: lock a semaphore
.. index:: rtems_semaphore_obtain
+SEMAPHORE_OBTAIN - Acquire a semaphore
+--------------------------------------
+
CALLING SEQUENCE:
.. code-block:: c
@@ -645,13 +644,13 @@ NOTES:
\clearpage
.. _rtems_semaphore_release:
-
-SEMAPHORE_RELEASE - Release a semaphore
----------------------------------------
.. index:: release a semaphore
.. index:: unlock a semaphore
.. index:: rtems_semaphore_release
+SEMAPHORE_RELEASE - Release a semaphore
+---------------------------------------
+
CALLING SEQUENCE:
.. code-block:: c
@@ -706,13 +705,13 @@ NOTES:
\clearpage
.. _rtems_semaphore_flush:
-
-SEMAPHORE_FLUSH - Unblock all tasks waiting on a semaphore
-----------------------------------------------------------
.. index:: flush a semaphore
.. index:: unblock all tasks waiting on a semaphore
.. index:: rtems_semaphore_flush
+SEMAPHORE_FLUSH - Unblock all tasks waiting on a semaphore
+----------------------------------------------------------
+
CALLING SEQUENCE:
.. code-block:: c
@@ -762,11 +761,11 @@ NOTES:
\clearpage
.. _rtems_semaphore_set_priority:
+.. index:: set priority by scheduler for a semaphore
+.. index:: rtems_semaphore_set_priority
SEMAPHORE_SET_PRIORITY - Set priority by scheduler for a semaphore
------------------------------------------------------------------
-.. index:: set priority by scheduler for a semaphore
-.. index:: rtems_semaphore_set_priority
CALLING SEQUENCE:
.. code-block:: c