Class TReentrantLock
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.util.concurrent.locks.TReentrantLock
- All Implemented Interfaces:
Lock
-
Constructor Details
-
TReentrantLock
public TReentrantLock()
-
-
Method Details
-
lock
-
lockInterruptibly
- Specified by:
lockInterruptiblyin interfaceLock- Throws:
InterruptedException
-
tryLock
-
tryLock
- Specified by:
tryLockin interfaceLock- Throws:
InterruptedException
-
unlock
-
newCondition
- Specified by:
newConditionin interfaceLock
-