InterviewSolution
Saved Bookmarks
| 1. |
Each Process Pi, i= 1…….9 is coded as follows repeat P(mutex) {Critical section} V(mutex) foreverThe code for P10 is identical except it uses V(mutex) in place of P(mutex). What is the largest number of processes that can be inside the critical section at any moment?(A) 1(B) 2(C) 3(D) None of above |
| Answer» | |