메소드 | 설명 | |
---|---|---|
@lock ( ) : void | ||
getHoldCount ( ) : int | ||
isHeldByCurrentThread ( ) : bool | ||
lockInterruptibly ( ) : void | ||
newCondition ( ) : global::java.util.concurrent.locks.Condition | ||
toString ( ) : global::java.lang.String | ||
tryLock ( ) : bool | ||
tryLock ( long arg0, java arg1 ) : bool | ||
unlock ( ) : void |
메소드 | 설명 | |
---|---|---|
WriteLock ( global @__env ) | ||
WriteLock ( java arg0 ) |
메소드 | 설명 | |
---|---|---|
WriteLock ( ) |
public newCondition ( ) : global::java.util.concurrent.locks.Condition | ||
리턴 | global::java.util.concurrent.locks.Condition |