summaryrefslogtreecommitdiffstats
path: root/c-user/barrier/introduction.rst
blob: 5965eedf5ae8e29429bedbc8ec8fa7e54dcebe04 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. 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`