summaryrefslogtreecommitdiffstats
path: root/spec/glossary/priorityinversion.yml
blob: 6d5500ffec7d5383e4741ff840a055d924df6b82 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SPDX-License-Identifier: CC-BY-SA-4.0
copyrights:
- Copyright (C) 1988, 1998 On-Line Applications Research Corporation (OAR)
enabled-by: true
glossary-type: term
links:
- role: glossary-member
  uid: ../glossary-general
term: priority inversion
text: |
  A form of indefinite postponement which occurs when a high priority tasks
  requests access to shared resource currently allocated to low priority
  task.  The high priority task must block until the low priority task
  releases the resource.
type: glossary