rtems-docs/c-user/barrier/introduction.rst
Sebastian Huber 91f0f97698 c-user: Split up barrier manager
This makes it easier to automatically generate parts of the manager
documentation in the future.

Update #3993.
2020-09-02 17:53:55 +02:00

21 lines
491 B
ReStructuredText

.. SPDX-License-Identifier: CC-BY-SA-4.0
.. Copyright (C) 1988, 2018 On-Line Applications Research Corporation (OAR)
Introduction
============
The barrier manager provides a unique synchronization capability which can be
used to have a set of tasks block and be unblocked as a set. The directives
provided by the barrier manager are:
- :ref:`rtems_barrier_create`
- :ref:`rtems_barrier_ident`
- :ref:`rtems_barrier_delete`
- :ref:`rtems_barrier_wait`
- :ref:`rtems_barrier_release`