7 lines
197 B
Markdown
7 lines
197 B
Markdown
|
|
|
|
## When is a thread's priority **restored** to its original value under the Priority Inheritance Protocol?
|
|
|
|
---
|
|
|
|
🔙 As soon as the thread **leaves the critical section** and releases the lock.
|