Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Threading.ReaderWriterLockSlim.SpinLock Struct Reference

Public Member Functions

void Enter (EnterSpinLockReason reason)
 
void Exit ()
 

Properties

ushort EnterForEnterAnyReadDeprioritizedCount [get]
 
ushort EnterForEnterAnyWriteDeprioritizedCount [get]
 

Private Member Functions

bool IsEnterDeprioritized (EnterSpinLockReason reason)
 
bool TryEnter ()
 
void EnterSpin (EnterSpinLockReason reason)
 

Static Private Member Functions

static int GetEnterDeprioritizationStateChange (EnterSpinLockReason reason)
 

Private Attributes

int _isLocked
 
int _enterDeprioritizationState
 

Detailed Description

Definition at line 69 of file ReaderWriterLockSlim.cs.


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