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 interface
Sync2
Classes in com.intellij.util.concurrency that implement Sync Modifier and Type Class Description class
Mutex
A simple non-reentrant mutual exclusion lock.class
ReentrantLock
A 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.class
ReentrantLock2
protected class
WriterPreferenceReadWriteLock.ReaderLock
protected class
WriterPreferenceReadWriteLock.WriterLock
Methods in com.intellij.util.concurrency that return Sync Modifier and Type Method Description Sync
ReadWriteLock. readLock()
get the readLockSync
WriterPreferenceReadWriteLock. readLock()
Sync
ReadWriteLock. writeLock()
get the writeLockSync
WriterPreferenceReadWriteLock. writeLock()
Constructors in com.intellij.util.concurrency with parameters of type Sync Constructor Description SyncAdapterLock(Sync adaptee)
-