InterviewSolution
Saved Bookmarks
| 1. |
The signal operation of the semaphore basically works on the basic _______ system call.(a) continue()(b) wakeup()(c) getup()(d) start()The question was asked in exam.I need to ask this question from Semaphores in section Process Synchronization of Operating System |
|
Answer» The CORRECT CHOICE is (B) wakeup() |
|