Question: in the following execution: signal(mutex);...critical section...wait(mutex); Suppose that a process omits the wait(mutex), or the signal(mutex), or both. In this case:
Answer:
MCQ: in the following execution: signal(mutex);...critical section...wait(mutex); Suppose that a process omits the wait(mutex), or the signal(mutex), or both. In this case:
Correct Answer:A. processes will starve to enter critical section