Class FIFOSemaphore.FIFOWaitQueue

java.lang.Object
EDU.oswego.cs.dl.util.concurrent.QueuedSemaphore.WaitQueue
EDU.oswego.cs.dl.util.concurrent.FIFOSemaphore.FIFOWaitQueue
Enclosing class:
FIFOSemaphore

protected static class FIFOSemaphore.FIFOWaitQueue extends QueuedSemaphore.WaitQueue
Simple linked list queue used in FIFOSemaphore. Methods are not synchronized; they depend on synch of callers