Beispiel #1
0
 /// <summary>Tells the DeadlockDetector that a thread is no longer blocked.</summary>
 /// <param name="lockAcquired">true if the thread acquired the lock it was waiting for.</param>
 public static void Unblock(Boolean lockAcquired)
 {
     s_deadlockDetector.UnblockI(lockAcquired);
 }