I'm trying to cause deadlock in C# for simulation purposes. Just a quick program.
Could anyone kindly suggest some ideas for doing so?
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Something like this should work: Thread 1:
Thread 2:
|
||||
|
|
credits to: http://www.java-forums.org/java-lang/7346-how-create-simple-deadlock.html |
|||
|
|