2 writes to gateThreadRunningState
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (2)
192
Interlocked.Decrement(ref threadPoolInstance._separated.
gateThreadRunningState
) <= GetRunningStateForNumRuns(0))
239
int numRunsMask = Interlocked.Exchange(ref threadPoolInstance._separated.
gateThreadRunningState
, GetRunningStateForNumRuns(MaxRuns));
1 reference to gateThreadRunningState
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\PortableThreadPool.GateThread.cs (1)
230
if (threadPoolInstance._separated.
gateThreadRunningState
!= GetRunningStateForNumRuns(MaxRuns))