5 references to LockSleep0SpinThreshold
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\Threading\ReaderWriterLockSlim.cs (5)
1440private const int ReprioritizeLockSpinThreshold = LockSleep0SpinThreshold + 60; 1567if ((spinIndex < LockSleep0SpinThreshold || (spinIndex - LockSleep0SpinThreshold) % 2 != 0) && 1572(spinIndex < LockSleep0SpinThreshold ? (int)spinIndex + 1 : LockSleep0SpinThreshold));