public ReaderWriterLock() { writer_queue = new LockQueue(this); reader_locks = new Hashtable(); GC.SuppressFinalize(this); }
public ReaderWriterLock() { writer_queue = new LockQueue (this); reader_locks = new Hashtable (); GC.SuppressFinalize (this); }
public ReaderWriterLock() { writer_queue = new LockQueue(this); reader_locks = new Hashtable(); }