terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
QueueSegment () | |
bool | IsUsedUp () |
bool | TryEnqueue (IThreadPoolWorkItem node) |
bool | TryDequeue ([Out] IThreadPoolWorkItem node) |
Public Attributes | |
ThreadPoolWorkQueue.QueueSegment | Next |
Package Attributes | |
readonly IThreadPoolWorkItem[] | nodes |
Private Member Functions | |
void | GetIndexes ([Out] int upper, [Out] int lower) |
bool | CompareExchangeIndexes (int prevUpper, int newUpper, int prevLower, int newLower) |
Private Attributes | |
int | indexes |
Definition at line 275 of file ThreadPoolWorkQueue.cs.