3 references to DEFAULT_SPIN_SP
mscorlib (3)
system\threading\ManualResetEventSlim.cs (3)
247
Contract.Assert(
DEFAULT_SPIN_SP
>= 0, "Internal error - DEFAULT_SPIN_SP is outside the legal range.");
248
Contract.Assert(
DEFAULT_SPIN_SP
<= SpinCountState_MaxValue, "Internal error - DEFAULT_SPIN_SP is outside the legal range.");
250
SpinCount = PlatformHelper.IsSingleProcessor ?
DEFAULT_SPIN_SP
: spinCount;