Login
From:
My embedded system development
(Uncensored)
subscribe
Deadlock and how to avoid it
https://myembeddeddev.blogspot.com/2010/05/deadlock-and-how-to-avoid-it.html
links
backlinks
Roast topics
Find topics
Find it!
Deadlock is a situation where two processes are each waiting for the other to release a resource it held, or more than two processes are waiting for resources in a circular chain, so that no one can have the resource required and all stop running.