3303-flashcards/hATaBiZQ - 3303/Uikz7GsD - How does a Deadlock occur in a system with shared resources.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

256 B

How does a Deadlock occur in a system with shared resources?


🔄 It arises when two or more threads are stuck in a circular wait: Thread A holds Resource 1 and waits for Resource 2, while Thread B holds Resource 2 and waits for Resource 1.