What is the mechanism used for deadlock handling in Unix?
Unix ignores deadlocks. It works on the assumption that since any deadlock handling technique has a tremendous overhead in implementation, users would prefer an occasional deadlock to having an overloaded system. The observed incidence of deadlocks in actual practice is low enough to justify this assumption.