6 references to Idle
System (6)
net\System\Net\_TimerThread.cs (6)
176private static int s_ThreadState = (int) TimerThreadState.Idle; // Really a TimerThreadState, but need an int for Interlocked. 621(int) TimerThreadState.Idle); 623if (oldState == TimerThreadState.Idle) { 717Interlocked.CompareExchange(ref s_ThreadState, (int) TimerThreadState.Idle, (int) TimerThreadState.Running); 720if (Interlocked.CompareExchange(ref s_ThreadState, (int) TimerThreadState.Running, (int) TimerThreadState.Idle) == 721(int) TimerThreadState.Idle) {