Beispiel #1
0
 public void Write(LockTimer lockTimer)
 {
     lockTimer._syncHash = lockTimer._sync == null ? 0 : lockTimer._sync.GetHashCode();
     lockTimer._sync = null;
     _pendingWrites.Enqueue(lockTimer);
 }
Beispiel #2
0
 public void Write(LockTimer lockTimer)
 {
     lockTimer._syncHash = lockTimer._sync == null ? 0 : lockTimer._sync.GetHashCode();
     lockTimer._sync     = null;
     _pendingWrites.Enqueue(lockTimer);
 }
Beispiel #3
0
 public void Write(LockTimer lockTimer)
 {
     // nothing, disabled
 }
Beispiel #4
0
 public void Write(LockTimer lockTimer)
 {
     // nothing, disabled
 }