public interface IReadWriteLock
Modifier and Type | Method and Description |
---|---|
void |
readLock()
Locks the read lock
|
void |
readUnlock()
Unlocks the read lock
|
void |
writeLock()
Locks the write lock
|
void |
writeUnlock()
Unlocks the write lock
|