메소드 | 설명 | |
---|---|---|
TryExitReadLock ( this rwLock ) : void |
Exit read lock if held.
|
|
TryExitUpgradeableReadLock ( this rwLock ) : void |
Exit upgradeable lock if held
|
|
TryExitWriteLock ( this rwLock ) : void |
Exit write lock if held
|
public static TryExitReadLock ( this rwLock ) : void | ||
rwLock | this | |
리턴 | void |
public static TryExitUpgradeableReadLock ( this rwLock ) : void | ||
rwLock | this | |
리턴 | void |
public static TryExitWriteLock ( this rwLock ) : void | ||
rwLock | this | |
리턴 | void |