mscorlib(4.0.0.0) API with additions
System.Threading.SpinLock Member List

This is the complete list of members for System.Threading.SpinLock, including all inherited members.

Enter(ref bool lockTaken)System.Threading.SpinLock
Exit()System.Threading.SpinLock
Exit(bool useMemoryBarrier)System.Threading.SpinLock
IsHeldSystem.Threading.SpinLock
IsHeldByCurrentThreadSystem.Threading.SpinLock
IsThreadOwnerTrackingEnabledSystem.Threading.SpinLock
SpinLock(bool enableThreadOwnerTracking)System.Threading.SpinLock
TryEnter(ref bool lockTaken)System.Threading.SpinLock
TryEnter(TimeSpan timeout, ref bool lockTaken)System.Threading.SpinLock
TryEnter(int millisecondsTimeout, ref bool lockTaken)System.Threading.SpinLock