3303-flashcards/hATaBiZQ - 3303/OnXqlzxI - What is Bounded Priority Inversion.md
2026-04-20 23:08:47 -04:00

7 lines
287 B
Markdown

## What is **Bounded Priority Inversion**?
---
📉 It occurs when a **high-priority** thread is forced to wait for a **low-priority** thread to release a lock. It is "bounded" because the delay is limited to the time it takes the low-priority thread to finish its critical section.