InterviewSolution
Saved Bookmarks
| 1. |
What are the two atomic operations permissible on semaphores?(a) wait(b) stop(c) hold(d) none of the mentionedI had been asked this question at a job interview.I would like to ask this question from Semaphores topic in division Process Synchronization of Operating System |
|
Answer» CORRECT CHOICE is (a) wait The EXPLANATION: NONE. |
|