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.InterruptedException
protected void doWait(QueuedSemaphore sem) throws java.lang.InterruptedException
java.lang.InterruptedException