1 write to nextCompletedWorkRequestsTime
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
427
_separated.
nextCompletedWorkRequestsTime
= currentTicks + _threadAdjustmentIntervalMs;
1 reference to nextCompletedWorkRequestsTime
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.cs (1)
455
uint requiredInterval = (uint)(_separated.
nextCompletedWorkRequestsTime
- priorTime);