summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/no-priority.yml
blob: 791927129298bcc948ea2e79c8b0297c6f9b2833 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: interface-function
  uid: ../if/no-priority
functional-type: function
rationale: |
  Some directives with a task priority parameter ignore the priority value
  under specific circumstances, for example ${../if/set-priority:/name} may be
  used to get the current priority.  This constant may be used as a dummy task
  priority value to document that the priority parameter is unused.
references: []
requirement-type: functional
text: |
  The ${../if/no-priority:/name} constant shall expand to a constant
  expression which evaluates to the value of
  ${../if/current-priority:/name}.
type: requirement