Don't needlessly refresh proc count (dotnet/coreclr#27543)
commitc9b7f767a8b419b314b5b7adefcce0727a61b7cb
authorBen Adams <thundercat@illyriad.co.uk>
Thu, 31 Oct 2019 09:47:57 +0000 (31 09:47 +0000)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 31 Oct 2019 13:36:53 +0000 (31 14:36 +0100)
tree4b7390b19163e41e0aec6e1441ec0dc27c743a97
parent1d043a31e7d207739f81b303b7ee2c79ed135859
Don't needlessly refresh proc count (dotnet/coreclr#27543)

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
netcore/System.Private.CoreLib/shared/System/Environment.cs
netcore/System.Private.CoreLib/shared/System/Threading/CancellationTokenSource.cs
netcore/System.Private.CoreLib/shared/System/Threading/LowLevelLifoSemaphore.cs
netcore/System.Private.CoreLib/shared/System/Threading/ManualResetEventSlim.cs
netcore/System.Private.CoreLib/shared/System/Threading/PortableThreadPool.cs
netcore/System.Private.CoreLib/shared/System/Threading/ReaderWriterLockSlim.cs
netcore/System.Private.CoreLib/shared/System/Threading/SpinLock.cs
netcore/System.Private.CoreLib/shared/System/Threading/SpinWait.cs
netcore/System.Private.CoreLib/shared/System/Threading/ThreadPool.cs