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
|
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 (ref int prevUpper, int newUpper, ref int prevLower, int newLower) |
Private Attributes | |
int | indexes |
Definition at line 375 of file ThreadPoolWorkQueue.cs.