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
public void lock() -
lockInterruptibly
- Specified by:
lockInterruptibly
in interfaceLock
- Throws:
InterruptedException
-
tryLock
public boolean tryLock() -
tryLock
- Specified by:
tryLock
in interfaceLock
- Throws:
InterruptedException
-
unlock
public void unlock() -
newCondition
- Specified by:
newCondition
in interfaceLock
-