Package io.sentry.util
Class AutoClosableReentrantLock
java.lang.Object
java.util.concurrent.locks.ReentrantLock
io.sentry.util.AutoClosableReentrantLock
- All Implemented Interfaces:
Serializable
,Lock
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.util.concurrent.locks.ReentrantLock
getHoldCount, getOwner, getQueuedThreads, getQueueLength, getWaitingThreads, getWaitQueueLength, hasQueuedThread, hasQueuedThreads, hasWaiters, isFair, isHeldByCurrentThread, isLocked, lock, lockInterruptibly, newCondition, toString, tryLock, tryLock, unlock
-
Constructor Details
-
AutoClosableReentrantLock
public AutoClosableReentrantLock()
-
-
Method Details
-
acquire
-