summaryrefslogtreecommitdiffstats
path: root/spec/rtems/task/req/iterate-visit.yml
blob: a81e968652ba17d0d35d0a1e4f493431b7182199 (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/iterate
functional-type: function
rationale: null
references: []
requirement-type: functional
text: |
  While an iteration over all tasks was started by calling
  ${../if/iterate:/name}, while a task exists which was not visited, the task
  shall be visited by calling the function specified by the
  ${../if/iterate:/params[0]/name} parameter of the ${../if/iterate:/name} with
  the ${/glossary/tcb:/term} of the task as the first parameter and the second
  parameter specified by the ${../if/iterate:/params[0]/name} parameter of the
  ${../if/iterate:/name} call.
type: requirement