Package EDU.oswego.cs.dl.util.concurrent
Class QueuedSemaphore.WaitQueue.WaitNode
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.QueuedSemaphore.WaitQueue.WaitNode
- Enclosing class:
QueuedSemaphore.WaitQueue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
doTimedWait
(QueuedSemaphore sem, long msecs) protected void
doWait
(QueuedSemaphore sem) protected boolean
signal()
-
Constructor Details
-
WaitNode
protected WaitNode()
-
-
Method Details
-
signal
protected boolean signal() -
doTimedWait
- Throws:
InterruptedException
-
doWait
- Throws:
InterruptedException
-