InterviewSolution
Saved Bookmarks
| 1. |
The wait operation of the semaphore basically works on the basic _______ system call.(a) stop()(b) block()(c) hold()(d) wait()This question was posed to me during an online interview.Origin of the question is Semaphores topic in chapter Process Synchronization of Operating System |
|
Answer» RIGHT option is (B) BLOCK() To explain I would say: NONE. |
|