Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ThreadPoolWorkQueueThreadLocals (ThreadPoolWorkQueue tpq) | |
void | TransferLocalWork () |
Public Attributes | |
readonly ThreadPoolWorkQueue | workQueue |
readonly ThreadPoolWorkQueue.WorkStealingQueue | workStealingQueue |
readonly Thread | currentThread |
readonly object | threadLocalCompletionCountObject |
readonly Random.XoshiroImpl | random = new Random.XoshiroImpl() |
Static Public Attributes | |
static ThreadPoolWorkQueueThreadLocals | threadLocals |
Private Member Functions | |
~ThreadPoolWorkQueueThreadLocals () | |
Definition at line 3 of file ThreadPoolWorkQueueThreadLocals.cs.