InterviewSolution
Saved Bookmarks
| 1. |
What are the operations that can be invoked on a condition variable?(a) wait & signal(b) hold & wait(c) signal & hold(d) continue & signalThe question was asked in an interview.My question is taken from Monitors topic in portion Process Synchronization of Operating System |
|
Answer» RIGHT ANSWER is (a) WAIT & signal Explanation: NONE. |
|