protected static class QueuedSemaphore.WaitQueue.WaitNode
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
WaitNode() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
doTimedWait(QueuedSemaphore sem,
long msecs) |
protected void |
doWait(QueuedSemaphore sem) |
protected boolean |
signal() |
protected boolean signal()
protected boolean doTimedWait(QueuedSemaphore sem, long msecs) throws java.lang.InterruptedException
java.lang.InterruptedExceptionprotected void doWait(QueuedSemaphore sem) throws java.lang.InterruptedException
java.lang.InterruptedException