Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Priority inversion is a problem in real-time systems, and occurs only when using a priority-based preemptive kernel. The figure below illustrates a priority-inversion scenario. Task H (high priority) has a higher priority than Task M (medium priority), which in turn has a higher priority than Task L (low priority).

Panel
borderWidth0
titleUnbounded Priority Inversion

...