This commit is contained in:
John Gatward
2026-03-25 14:13:30 +00:00
parent 1442cbb300
commit 3072aa777f

View File

@@ -153,7 +153,7 @@ Deadlocks have to be prevented as well.
#### Deadlock Example #### Deadlock Example
A set of processes/threads is *deadlocked* if each process/thread in the set is waiting for an event that only the other process/thread in the set can cause A set of processes/threads is *deadlocked* if each process/thread in the set is waiting for an event that only the other process/thread in the set can cause.
Each **deadlocked process/thread** is waiting for a resource held by another deadlocked process/thread (which cannot run and hence release the resource). Each **deadlocked process/thread** is waiting for a resource held by another deadlocked process/thread (which cannot run and hence release the resource).