retagged by
598 views
0 votes
0 votes

Consider two processes P1, P2 that access shared binary semaphore variables – S1, S2, S3. Given below is the concurrent execution of these process  –

here deadlock is possible or not and why?

Assume, initially S1 = 1, S2 = 1 and S3 = 1.

retagged by

1 Answer

Related questions

1 votes
1 votes
0 answers
2
snaily16 asked Jan 12, 2019
515 views
Fails to Guarantee mutual exclusion Guarantee mutual exclusion and prevents deadlockFails to prevent deadlockFails to guarantee mutual exclusion and fails to prevent dead...
2 votes
2 votes
1 answer
3