summaryrefslogtreecommitdiffstats
path: root/spec/rtems/timer/glossary/pending.yml
blob: 7c2c7ef3ca7234a40c7f2e1cb898ba7a78af3edc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: group
term: pending
text: |
  The timers in ${../glossary/servercontext:/term} have a third
  ${../glossary/state:/term} "pending". A Timer enters
  ${../glossary/state:/term} pending when the time at which it is
  ${../glossary/scheduled:/term} to ${../glossary/fire:/term} as been reached
  but the ${../glossary/timerserviceroutine:/term} has not been invoked yet (for
  example because other tasks with higher priority are active).

  The pending ${../glossary/state:/term} can be left when

  * the ${../glossary/timerserviceroutine:/term} is eventually invoked
  * the timer is canceled by a call to ${../if/cancel:/name}
  * the timer is reset by a call to ${../if/reset:/name}
  * the timer is deleted by a call to ${../if/delete:/name}
type: glossary