public class ReadWriteLock extends Object
| Constructor and Description |
|---|
ReadWriteLock() |
| Modifier and Type | Method and Description |
|---|---|
void |
acquireReadLock() |
void |
acquireWriteLock(int threadId) |
void |
releaseReadLock() |
void |
releaseWriteLock() |
Copyright © 2017. All rights reserved.