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

◆ RequestWorkerThread()

static void System.Threading.ThreadPool.RequestWorkerThread ( )
inlinestaticpackage

Definition at line 235 of file ThreadPool.cs.

236 {
238 {
239 PortableThreadPool.ThreadPoolInstance.RequestWorker();
240 }
241 else
242 {
244 }
245 }
static readonly bool UsePortableThreadPool
Definition ThreadPool.cs:12
static Interop.BOOL RequestWorkerThreadNative()

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

Referenced by System.Threading.ThreadPoolWorkQueue.EnsureThreadRequested().