mirror of
https://git.rtems.org/rtems-docs/
synced 2025-05-17 08:21:59 +08:00

This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
21 lines
491 B
ReStructuredText
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`
|