summaryrefslogtreecommitdiffstats
path: root/spec/score/thread/req/pinning.yml
blob: cf800bf5e3388b32420120b5fcd4399849e4b06b (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 & Co. KG
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