Subclasses of Semaphore in edu.oswego.cs.dl.util.concurrent |
class |
FIFOSemaphore
A First-in/First-out implementation of a Semaphore. |
class |
PrioritySemaphore
A Semaphore that grants requests to threads with higher
Thread priority rather than lower priority when there is
contention. |
class |
QueuedSemaphore
Abstract base class for semaphores relying on queued wait nodes
|
class |
WaiterPreferenceSemaphore
An implementation of counting Semaphores that
enforces enough fairness for applications that
need to avoid indefinite overtaking without
necessarily requiring FIFO ordered access. |