summaryrefslogtreecommitdiffstats
path: root/c-user/barrier_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/barrier_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/barrier_manager.rst')
-rw-r--r--c-user/barrier_manager.rst29
1 files changed, 17 insertions, 12 deletions
diff --git a/c-user/barrier_manager.rst b/c-user/barrier_manager.rst
index be40985..8e49ef4 100644
--- a/c-user/barrier_manager.rst
+++ b/c-user/barrier_manager.rst
@@ -4,11 +4,11 @@
.. COMMENT: On-Line Applications Research Corporation (OAR).
.. COMMENT: All rights reserved.
+.. index:: barrier
+
Barrier Manager
***************
-.. index:: barrier
-
Introduction
============
@@ -162,11 +162,12 @@ sequence, related constants, usage, and status codes.
.. _rtems_barrier_create:
-BARRIER_CREATE - Create a barrier
----------------------------------
.. index:: create a barrier
.. index:: rtems_barrier_create
+BARRIER_CREATE - Create a barrier
+---------------------------------
+
CALLING SEQUENCE:
.. code-block:: c
@@ -237,12 +238,13 @@ NOTES:
.. _rtems_barrier_ident:
-BARRIER_IDENT - Get ID of a barrier
------------------------------------
.. index:: get ID of a barrier
.. index:: obtain ID of a barrier
.. index:: rtems_barrier_ident
+BARRIER_IDENT - Get ID of a barrier
+-----------------------------------
+
CALLING SEQUENCE:
.. code-block:: c
@@ -278,11 +280,12 @@ NOTES:
.. _rtems_barrier_delete:
-BARRIER_DELETE - Delete a barrier
----------------------------------
.. index:: delete a barrier
.. index:: rtems_barrier_delete
+BARRIER_DELETE - Delete a barrier
+---------------------------------
+
CALLING SEQUENCE:
.. code-block:: c
@@ -320,12 +323,13 @@ NOTES:
.. _rtems_barrier_wait:
-BARRIER_OBTAIN - Acquire a barrier
-----------------------------------
.. index:: obtain a barrier
.. index:: lock a barrier
.. index:: rtems_barrier_wait
+BARRIER_OBTAIN - Acquire a barrier
+----------------------------------
+
CALLING SEQUENCE:
.. code-block:: c
@@ -394,12 +398,13 @@ NOTES:
.. _rtems_barrier_release:
-BARRIER_RELEASE - Release a barrier
------------------------------------
.. index:: wait at a barrier
.. index:: release a barrier
.. index:: rtems_barrier_release
+BARRIER_RELEASE - Release a barrier
+-----------------------------------
+
CALLING SEQUENCE:
.. code-block:: c