Uses of Interface
com.intellij.util.concurrency.Sync
-
Packages that use Sync Package Description com.intellij.util.concurrency -
-
Uses of Sync in com.intellij.util.concurrency
Subinterfaces of Sync in com.intellij.util.concurrency Modifier and Type Interface Description interfaceSync2Classes in com.intellij.util.concurrency that implement Sync Modifier and Type Class Description classMutexA simple non-reentrant mutual exclusion lock.classReentrantLockA lock with the same semantics as builtin Java synchronized locks: Once a thread has a lock, it can re-obtain it any number of times without blocking.classReentrantLock2protected classWriterPreferenceReadWriteLock.ReaderLockprotected classWriterPreferenceReadWriteLock.WriterLockMethods in com.intellij.util.concurrency that return Sync Modifier and Type Method Description SyncReadWriteLock. readLock()get the readLockSyncWriterPreferenceReadWriteLock. readLock()SyncReadWriteLock. writeLock()get the writeLockSyncWriterPreferenceReadWriteLock. writeLock()Constructors in com.intellij.util.concurrency with parameters of type Sync Constructor Description SyncAdapterLock(Sync adaptee)
-