summaryrefslogtreecommitdiffstats
path: root/spec/score/thread/req/pinning.yml
blob: a465ad31c91586a64ce6d67773c27c8ca86ab1f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: RTEMS_SMP
links:
- role: requirement-refinement
  uid: ../if/group
non-functional-type: design
rationale: |
  The pinning of threads to a processor is an important feature to support
  dynamically allocated lock-free data structures.  It allows efficient and
  safe access to processor-specific data structures.  It is used for example to
  implement the Epoch Based Reclamation in libbsd.  The libbsd is a port of
  FreeBSD kernel modules to RTEMS.
references: []
requirement-type: non-functional
text: |
  Pinning of threads to a processor shall be supported.
type: requirement