From 6c5640131fca82624f72b2bd33b5b5f46156626e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Sun, 12 Nov 2017 14:34:48 +1100 Subject: c-user: Fix index locations. Update #3229. --- c-user/barrier_manager.rst | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) (limited to 'c-user/barrier_manager.rst') 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 -- cgit v1.2.3