6 lines
224 B
Markdown
6 lines
224 B
Markdown
|
|
How does the **Priority Ceiling Protocol** handle preemption?
|
|
|
|
---
|
|
|
|
🛡️ Only threads with a priority **higher than the current global ceiling priority** can preempt a thread that is executing within a critical section.
|