Package com.intellij.util.concurrency
Interface JBReentrantReadWriteLock
-
- All Known Implementing Classes:
DefaultReentrantReadWriteLockAdapter
,SynchronizedBasedReentrantReadWriteLock
public interface JBReentrantReadWriteLock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isWriteLockedByCurrentThread()
JBLock
readLock()
JBLock
writeLock()
-