16d Subj : Re: Deadlock theorem To : comp.programming.threads From : Uenal Mutlu Date : Tue May 03 2005 08:18 pm Sorry, there was a typo: "Uenal Mutlu" wrote > o1.Lock(); > o1.Lock(); > o1.Lock(); > Obviously there must be 3 Unlock() calls to release the objects. It should read "Obviously there must be 3 Unlock() calls to release the object." . 0