summaryrefslogtreecommitdiffstats
path: root/spec/glossary/smpbarriers.yml
blob: 4d561c476b226f55674d1a8cbc962027c872dc8e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 1988, 1998 On-Line Applications Research Corporation (OAR)
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: ../glossary-general
term: SMP barriers
text: |
  The SMP barriers ensure that a defined set of independent threads of
  execution on a set of processors reaches a common synchronization point
  in time.  They are implemented using atomic operations.  Currently a
  sense barrier is used in RTEMS.
type: glossary