1.

Each process Pi, i = 0,1,2,3,……,9 is coded as follows :repeat P(mutex) {Critical Section} V(mutex) foreverThe code for P10 is identical except that it uses V(mutex) instead of P(mutex). What is the largest number of processes that can be inside the critical section at any moment (the mutex being initialized to 1)?

A. 1
B. 2
C. 3
D. None of the mentioned
Answer» D. None of the mentioned


Discussion

No Comment Found