From 91f0f97698dd628842b35dc2fe76ecf537f593ba Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Thu, 20 Aug 2020 09:14:04 +0200 Subject: c-user: Split up barrier manager This makes it easier to automatically generate parts of the manager documentation in the future. Update #3993. --- c-user/barrier/introduction.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 c-user/barrier/introduction.rst (limited to 'c-user/barrier/introduction.rst') 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` -- cgit v1.2.3