|
|||||||||
| Home >> All >> org >> ematgine >> utils >> [ concurrent overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.ematgine.utils.concurrent
Class FIFOSemaphore.FIFOWaitQueue

java.lang.Objectorg.ematgine.utils.concurrent.QueuedSemaphore.WaitQueue
org.ematgine.utils.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
| Nested Class Summary |
| Nested classes inherited from class org.ematgine.utils.concurrent.QueuedSemaphore.WaitQueue |
QueuedSemaphore.WaitQueue.WaitNode |
| Field Summary | |
protected QueuedSemaphore.WaitQueue.WaitNode |
head_
|
protected QueuedSemaphore.WaitQueue.WaitNode |
tail_
|
| Constructor Summary | |
protected |
FIFOSemaphore.FIFOWaitQueue()
|
| Method Summary | |
protected QueuedSemaphore.WaitQueue.WaitNode |
extract()
|
protected void |
insert(QueuedSemaphore.WaitQueue.WaitNode w)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
head_
protected QueuedSemaphore.WaitQueue.WaitNode head_
tail_
protected QueuedSemaphore.WaitQueue.WaitNode tail_
| Constructor Detail |
FIFOSemaphore.FIFOWaitQueue
protected FIFOSemaphore.FIFOWaitQueue()
| Method Detail |
insert
protected void insert(QueuedSemaphore.WaitQueue.WaitNode w)
- Specified by:
insertin classQueuedSemaphore.WaitQueue
extract
protected QueuedSemaphore.WaitQueue.WaitNode extract()
- Specified by:
extractin classQueuedSemaphore.WaitQueue
|
|||||||||
| Home >> All >> org >> ematgine >> utils >> [ concurrent overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC