Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static void | MaybeAddWorkingWorker (PortableThreadPool threadPoolInstance) |
static bool | ShouldStopProcessingWorkNow (PortableThreadPool threadPoolInstance) |
Static Private Member Functions | |
static void | WorkerThreadStart () |
static void | RemoveWorkingWorker (PortableThreadPool threadPoolInstance) |
static bool | TakeActiveRequest (PortableThreadPool threadPoolInstance) |
static bool | TryCreateWorkerThread () |
Static Private Attributes | |
static readonly LowLevelLifoSemaphore | s_semaphore |
static readonly ThreadStart | s_workerThreadStart = WorkerThreadStart |
Definition at line 993 of file PortableThreadPool.cs.