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

◆ GetOrCreateThreadLocalCompletionCountObject()

static object System.Threading.ThreadPool.GetOrCreateThreadLocalCompletionCountObject ( )
inlinestaticpackage

Definition at line 350 of file ThreadPool.cs.

351 {
353 {
354 return null;
355 }
356 return PortableThreadPool.ThreadPoolInstance.GetOrCreateThreadLocalCompletionCountObject();
357 }
static readonly bool UsePortableThreadPool
Definition ThreadPool.cs:12

References System.Threading.PortableThreadPool.ThreadPoolInstance, and System.Threading.ThreadPool.UsePortableThreadPool.

Referenced by System.Threading.ThreadPoolWorkQueueThreadLocals.ThreadPoolWorkQueueThreadLocals().