SpinWait Methods
.NET Framework (current version)
Namespace:
System.Threading
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetType() | |
![]() | Reset() | Resets the spin counter. |
![]() | SpinOnce() | Performs a single spin. |
![]() ![]() | SpinUntil(Func<Boolean>^) | Spins until the specified condition is satisfied. |
![]() ![]() | SpinUntil(Func<Boolean>^, Int32) | Spins until the specified condition is satisfied or until the specified timeout is expired. |
![]() ![]() | SpinUntil(Func<Boolean>^, TimeSpan) | Spins until the specified condition is satisfied or until the specified timeout is expired. |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
Show:

