Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.ReaderWriterLock.ThreadLocalLockEntry Class Referencesealed

Static Public Member Functions

static ThreadLocalLockEntry GetCurrent (long lockID)
 
static ThreadLocalLockEntry GetOrCreateCurrent (long lockID)
 

Public Attributes

ushort _readerLevel
 

Properties

bool IsFree [get]
 

Private Member Functions

 ThreadLocalLockEntry (long lockID)
 

Static Private Member Functions

static ThreadLocalLockEntry GetOrCreateCurrentSlow (long lockID, ThreadLocalLockEntry headEntry)
 

Private Attributes

long _lockID
 
ThreadLocalLockEntry _next
 

Static Private Attributes

static ThreadLocalLockEntry t_lockEntryHead
 

Detailed Description

Definition at line 24 of file ReaderWriterLock.cs.


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