Question
Which part of a critical-section protocol releases the synchronization resource after protected work is complete?
Select an option. Your answer will be checked instantly.
Correct Answer: C. Exit section
Explanation:
The exit section unlocks or signals that the process has left the critical section.
This allows another waiting process or thread to enter safely.
Leave a Reply