ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CyclicBarrier.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/CyclicBarrier.java (file contents):
Revision 1.26 by dl, Thu Jun 24 23:55:02 2004 UTC vs.
Revision 1.27 by dl, Tue Jul 13 15:03:05 2004 UTC

# Line 84 | Line 84 | import java.util.concurrent.locks.*;
84   * model for failed synchronization attempts: If a thread leaves a
85   * barrier point prematurely because of interruption, failure, or
86   * timeout, all other threads, even those that have not yet resumed
87 < * from a previous {@link #await}. will also leave abnormally via
87 > * from a previous {@link #await}, will also leave abnormally via
88   * {@link BrokenBarrierException} (or <tt>InterruptedException</tt> if
89   * they too were interrupted at about the same time).
90   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines