Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Transactions.CheapUnfairReaderWriterLock Class Referencesealed

Public Member Functions

int EnterReadLock ()
 
void EnterWriteLock ()
 
void ExitReadLock ()
 
void ExitWriteLock ()
 

Properties

object SyncRoot [get]
 
bool ReadersPresent [get]
 
ManualResetEvent WriterFinishedEvent [get]
 

Private Attributes

object _writerFinishedEvent
 
int _readersIn
 
int _readersOut
 
bool _writerPresent
 
object _syncRoot
 

Detailed Description

Definition at line 5 of file CheapUnfairReaderWriterLock.cs.


The documentation for this class was generated from the following file: