summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/glossary/servercontext.yml
blob: b6eb515ba2deb03562efda26feb37274639c5e83 (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 (http://www.embedded-brains.de)
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: group
term: server context
text: |
  The ${../glossary/timerserviceroutine:/term} is or will be executed by the
  ${/glossary/task:/term} of the timer server.  A timer enters server
  ${../glossary/context:/term} when the timer is ${../glossary/scheduled:/term}
  using the directives ${../if/server-fire-after:/name} or
  ${../if/server-fire-when:/name}.  A timer leaves server
  ${../glossary/context:/term} when the timer is ${../glossary/scheduled:/term}
  using the directives ${../if/fire-after:/name} or ${../if/fire-when:/name} or
  when the timer is deleted.  Canceling or resetting a timer does not change
  the ${../glossary/context:/term}.
type: glossary