|
Colt 1.0.1 | |||||||||
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 |
attemptRendezvous(Object x,
long msecs)
Wait msecs to complete a rendezvous. |
Object |
rendezvous(Object x)
Enter a rendezvous; returning after all other parties arrive. |
int |
attemptBarrier(long msecs)
Enter barrier and wait at most msecs for the other parties()-1 threads. |
int |
barrier()
Enter barrier and wait for the other parties()-1 threads. |
|
Colt 1.0.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |