Home > Back-end >  Talk about your understanding of the lock? How to manually simulate a deadlock?
Talk about your understanding of the lock? How to manually simulate a deadlock?

Time:10-16

Giant multithreaded interview , from simulation of a deadlock, layer upon layer thorough, until you stop!

CodePudding user response:

Have communication between threads to a deadlock. Two threads waiting for the lock release each other
  • Related