Deadlock is a situation where a set of processes are blocked because each process is holding a resource and waiting for another resource acquired by some other process.
Coffman Conditions
A deadlock occurs if the four Coffman conditions hold true. But these conditions are not mutually exclusive.
1. Mutual Exclusion
2. Hold and Wait
3. No Preemption
4. Circular Wait
#Deadlock#BestVideo
For - Process Synchronization || Critical Section Problem
visit -
0 Comments