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