InterviewSolution
Saved Bookmarks
| 1. |
What will happen if a non-recursive mutex is locked more than once?(a) Starvation(b) Deadlock(c) Aging(d) SignalingI have been asked this question during an internship interview.I'd like to ask this question from Semaphores in portion Process Synchronization of Operating System |
|
Answer» The CORRECT choice is (b) Deadlock |
|