summaryrefslogtreecommitdiffstats
path: root/spec/rtems/barrier/if/group.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rtems/barrier/if/group.yml')
-rw-r--r--spec/rtems/barrier/if/group.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/rtems/barrier/if/group.yml b/spec/rtems/barrier/if/group.yml
new file mode 100644
index 00000000..b46c4745
--- /dev/null
+++ b/spec/rtems/barrier/if/group.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+brief: |
+ 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.
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+- Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
+description: null
+enabled-by: true
+identifier: RTEMSAPIClassicBarrier
+interface-type: group
+links:
+- role: interface-placement
+ uid: header
+- role: interface-ingroup
+ uid: ../../if/group
+name: Barrier Manager
+text: |
+ The Classic API shall provide an interface to the Barrier Manager.
+type: interface