10 lines
No EOL
234 B
Markdown
10 lines
No EOL
234 B
Markdown
|
|
Which two system conditions must exist for **Unbounded Priority Inversion** to be a risk?
|
|
|
|
---
|
|
|
|
⚙️
|
|
|
|
1. **Priority-based preemptive scheduling**.
|
|
2. A mechanism for **locking/mutual exclusion** to protect critical sections.
|
|
|