|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 3 of file LowLevelLock.cs.