summaryrefslogtreecommitdiffstats
path: root/spec-glossary/glossary/futex.yml
blob: 4b798b8d64ffd49de70fcf0eaf27ef2085252915 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: ../glossary-general
term: Futex
text: |
  This term is an abbreviation for
  `Fast User-Space Locking <https://man7.org/linux/man-pages/man2/futex.2.html>`_.
  The futex support in RTEMS is provided for the barriers of the
  ${openmp:/term} library provided by ${gcc:/term}.  It could be used to
  implement high performance ${smp:/term} synchronization primitives which
  offer random-fairness.
type: glossary