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

◆ GetMinThreads()

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

Definition at line 176 of file ThreadPool.cs.

177 {
180 {
181 workerThreads = PortableThreadPool.ThreadPoolInstance.GetMinThreads();
182 }
183 }
static readonly bool UsePortableThreadPool
Definition ThreadPool.cs:12
static void GetMinThreadsNative(out int workerThreads, out int completionPortThreads)

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