protected abstract static class QueuedSemaphore.WaitQueue
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
QueuedSemaphore.WaitQueue.WaitNode |
| Modifier | Constructor and Description |
|---|---|
protected |
WaitQueue() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract QueuedSemaphore.WaitQueue.WaitNode |
extract() |
protected abstract void |
insert(QueuedSemaphore.WaitQueue.WaitNode w) |
protected abstract void insert(QueuedSemaphore.WaitQueue.WaitNode w)
protected abstract QueuedSemaphore.WaitQueue.WaitNode extract()