terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Threading.SpinLock Struct Reference

Classes

class  SystemThreading_SpinLockDebugView
 

Public Member Functions

 SpinLock (bool enableThreadOwnerTracking)
 
void Enter (bool lockTaken)
 
void TryEnter (int millisecondsTimeout, bool lockTaken)
 
void Exit (bool useMemoryBarrier)
 

Static Public Member Functions

static SpinLock ()
 

Properties

bool IsHeldByCurrentThread [get]
 
bool IsThreadOwnerTrackingEnabled [get]
 

Private Member Functions

void ContinueTryEnter (int millisecondsTimeout, bool lockTaken)
 
void DecrementWaiters ()
 
void ContinueTryEnterWithThreadTracking (int millisecondsTimeout, uint startTime, bool lockTaken)
 
void ExitSlowPath (bool useMemoryBarrier)
 

Private Attributes

int m_owner
 

Static Private Attributes

static int MAXIMUM_WAITERS
 

Detailed Description

Definition at line 13 of file SpinLock.cs.


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