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

◆ NotifyWorkItemProgress() [2/2]

void System.Threading.PortableThreadPool.NotifyWorkItemProgress ( object threadLocalCompletionCountObject,
int currentTimeMs )
inlineprivate

Definition at line 1500 of file PortableThreadPool.cs.

1501 {
1502 ThreadInt64PersistentCounter.Increment(threadLocalCompletionCountObject);
1503 _separated.lastDequeueTime = currentTimeMs;
1504 if (ShouldAdjustMaxWorkersActive(currentTimeMs))
1505 {
1507 }
1508 }
bool ShouldAdjustMaxWorkersActive(int currentTimeMs)

References System.Threading.PortableThreadPool.AdjustMaxWorkersActive(), System.Threading.ThreadInt64PersistentCounter.Increment(), and System.Threading.PortableThreadPool.ShouldAdjustMaxWorkersActive().