|
Colt 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BrokenBarrierException | |
edu.oswego.cs.dl.util.concurrent | Standardized, efficient utility classes commonly encountered in concurrent programming. |
Uses of BrokenBarrierException in edu.oswego.cs.dl.util.concurrent |
Methods in edu.oswego.cs.dl.util.concurrent that throw BrokenBarrierException | |
Object |
Rendezvous.attemptRendezvous(Object x,
long msecs)
Wait msecs to complete a rendezvous. |
Object |
Rendezvous.rendezvous(Object x)
Enter a rendezvous; returning after all other parties arrive. |
int |
CyclicBarrier.attemptBarrier(long msecs)
Enter barrier and wait at most msecs for the other parties()-1 threads. |
int |
CyclicBarrier.barrier()
Enter barrier and wait for the other parties()-1 threads. |
|
Colt 1.0.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |