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

◆ NotifyWorkItemComplete()

static bool System.Threading.ThreadPool.NotifyWorkItemComplete ( object threadLocalCompletionCountObject,
int currentTimeMs )
inlinestaticpackage

Definition at line 294 of file ThreadPool.cs.

295 {
297 {
298 return PortableThreadPool.ThreadPoolInstance.NotifyWorkItemComplete(threadLocalCompletionCountObject, currentTimeMs);
299 }
301 }
static readonly bool UsePortableThreadPool
Definition ThreadPool.cs:12
static bool NotifyWorkItemCompleteNative()

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

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