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

Public Member Functions

 LowLevelLock ()
 
void Dispose ()
 
bool TryAcquire ()
 
void Acquire ()
 
void Release ()
 

Private Member Functions

 ~LowLevelLock ()
 
bool TryAcquire_NoFastPath (int state)
 
bool SpinWaitTryAcquireCallback ()
 
void WaitAndAcquire ()
 
void SignalWaiter ()
 

Private Attributes

int _state
 
bool _isAnyWaitingThreadSignaled
 
LowLevelSpinWaiter _spinWaiter
 
readonly Func< bool_spinWaitTryAcquireCallback
 
LowLevelMonitor _monitor
 

Detailed Description

Definition at line 3 of file LowLevelLock.cs.


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