ES Lecture - Sept 21 Priority Inversion
ES Lecture - Sept 21 Priority Inversion
Priority inversion
• Priority inversion is one of the issues that
must be addressed during the analysis and
design of real time systems.
• In a pre-emptive system, at any point of time,
only the highest priority executes.
• But due to some reasons, if a high priority task
is blocked because of some lower priority task,
Then a priority inversion is said to have
occurred.
Priority Inversion
• It can happen in two ways