summaryrefslogtreecommitdiffstats
path: root/c-user/barrier/introduction.rst
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-20 09:14:04 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-09-02 17:53:55 +0200
commit91f0f97698dd628842b35dc2fe76ecf537f593ba (patch)
treed4d75981a1546e584580cce4050c94f00c17202e /c-user/barrier/introduction.rst
parentc-user: Split up event manager (diff)
downloadrtems-docs-91f0f97698dd628842b35dc2fe76ecf537f593ba.tar.bz2
c-user: Split up barrier manager
This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993.
Diffstat (limited to 'c-user/barrier/introduction.rst')
-rw-r--r--c-user/barrier/introduction.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/c-user/barrier/introduction.rst b/c-user/barrier/introduction.rst
new file mode 100644
index 0000000..5965eed
--- /dev/null
+++ b/c-user/barrier/introduction.rst
@@ -0,0 +1,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`