Home
last modified time | relevance | path

Searched refs:s_threadState (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DTimerThread.cs88 …private static int s_threadState = (int)TimerThreadState.Idle; // Really a TimerThreadState, but … field in System.Net.TimerThread
471 ref s_threadState, in Prod()
500 …if (Interlocked.CompareExchange(ref s_threadState, (int)TimerThreadState.Running, (int)TimerThread… in ThreadProc()
581 …Interlocked.CompareExchange(ref s_threadState, (int)TimerThreadState.Idle, (int)TimerThreadState.R… in ThreadProc()
585 …if (Interlocked.CompareExchange(ref s_threadState, (int)TimerThreadState.Running, (int)TimerThread… in ThreadProc()