terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Threading.ThreadPoolWorkQueue.WorkStealingQueue Class Reference
+ Collaboration diagram for System.Threading.ThreadPoolWorkQueue.WorkStealingQueue:

Public Member Functions

void LocalPush (IThreadPoolWorkItem obj)
 
bool LocalFindAndPop (IThreadPoolWorkItem obj)
 
bool LocalPop (out IThreadPoolWorkItem obj)
 
bool TrySteal (out IThreadPoolWorkItem obj, ref bool missedSteal)
 
 WorkStealingQueue ()
 

Package Attributes

IThreadPoolWorkItem[] m_array
 

Private Member Functions

bool TrySteal (out IThreadPoolWorkItem obj, ref bool missedSteal, int millisecondsTimeout)
 

Private Attributes

int m_mask
 
int m_headIndex
 
int m_tailIndex
 
SpinLock m_foreignLock
 

Detailed Description

Definition at line 248 of file ThreadPoolWorkQueue.cs.


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