Colt 1.0.2

Uses of Class
edu.oswego.cs.dl.util.concurrent.Semaphore

Packages that use Semaphore
edu.oswego.cs.dl.util.concurrent Standardized, efficient utility classes commonly encountered in concurrent programming. 
 

Uses of Semaphore in edu.oswego.cs.dl.util.concurrent
 

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.
 


Colt 1.0.2

Submit a bug or feature. Check the Colt home page for the latest news.