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

◆ NotifyThreadBlocked()

static bool System.Threading.ThreadPool.NotifyThreadBlocked ( )
inlinestaticpackage

Definition at line 336 of file ThreadPool.cs.

337 {
339 {
340 return PortableThreadPool.ThreadPoolInstance.NotifyThreadBlocked();
341 }
342 return false;
343 }
static readonly bool UsePortableThreadPool
Definition ThreadPool.cs:12

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

Referenced by System.Threading.Tasks.Task< TResult >.SpinThenBlockingWait().