Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetMaxThreads()

static void System.Threading.ThreadPool.GetMaxThreads ( out int workerThreads,
out int completionPortThreads )
inlinestatic

Definition at line 154 of file ThreadPool.cs.

155 {
158 {
159 workerThreads = PortableThreadPool.ThreadPoolInstance.GetMaxThreads();
160 }
161 }
static void GetMaxThreadsNative(out int workerThreads, out int completionPortThreads)
static readonly bool UsePortableThreadPool
Definition ThreadPool.cs:12

References System.Threading.ThreadPool.GetMaxThreadsNative(), System.Threading.PortableThreadPool.ThreadPoolInstance, and System.Threading.ThreadPool.UsePortableThreadPool.