Deadlock

1 revision
#11 week ago
+6
Auto-generated stub article
+Deadlock is a state where two or more [Computer Process](/wiki/computer_process) are blocked indefinitely, each waiting for the other to release a [Shared Resource](/wiki/shared_resource). This mutual waiting brings systems to a halt, preventing further progress.
+## See also
+- [Concurrency](/wiki/concurrency)
+- [Race Condition](/wiki/race_condition)
+- [Mutex](/wiki/mutex)
... 1 more lines