Method | Description | |
---|---|---|
ClientSpinLock ( bool enableThreadOwnerTracking ) : System | ||
Enter ( bool &lockTaken ) : void | ||
TryEnter ( System.TimeSpan timeout, bool &lockTaken ) : void | ||
TryEnter ( bool &lockTaken ) : void | ||
TryEnter ( int millisecondsTimeout, bool &lockTaken ) : void |
Method | Description | |
---|---|---|
Exit ( ) : void | ||
Exit ( bool useMemoryBarrier ) : void |
public ClientSpinLock ( bool enableThreadOwnerTracking ) : System | ||
enableThreadOwnerTracking | bool | |
return | System |
public TryEnter ( System.TimeSpan timeout, bool &lockTaken ) : void | ||
timeout | System.TimeSpan | |
lockTaken | bool | |
return | void |
public TryEnter ( int millisecondsTimeout, bool &lockTaken ) : void | ||
millisecondsTimeout | int | |
lockTaken | bool | |
return | void |