The members of System.Threading.SpinWait are listed below.
See Also: Inherited members from System.ValueType
[read-only] | Count | int.
Gets the number of times SpinWait.SpinOnce has been called on this instance. |
[read-only] | NextSpinWillYield | bool.
Gets whether the next call to SpinWait.SpinOnce will yield the processor, triggering a forced context switch. |
Reset()
| ||
SpinOnce()
| ||
static | SpinUntil(Func<bool>)
| |
static | SpinUntil(Func<bool>, int)
| |
static | SpinUntil(Func<bool>, TimeSpan)
|