Home
last modified time | relevance | path

Searched refs:BrokenBarrierException (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
DBrokenBarrierException.java19 public class BrokenBarrierException extends Exception { class
26 public BrokenBarrierException() {} in BrokenBarrierException() method in BrokenBarrierException
34 public BrokenBarrierException(String message) { in BrokenBarrierException() method in BrokenBarrierException
DCyclicBarrier.java171 throws InterruptedException, BrokenBarrierException, in dowait()
179 throw new BrokenBarrierException(); in dowait()
222 throw new BrokenBarrierException(); in dowait()
332 public int await() throws InterruptedException, BrokenBarrierException { in await()
405 BrokenBarrierException, in await()
/libcore/jsr166-tests/src/test/java/jsr166/
DCyclicBarrierTest.java13 import java.util.concurrent.BrokenBarrierException;
137 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testAwait1_Interrupted_BrokenBarrier()
163 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testAwait2_Interrupted_BrokenBarrier()
206 } catch (BrokenBarrierException success) {} in testAwait4_Timeout_BrokenBarrier()
234 } catch (BrokenBarrierException success) {} in testAwait5_Timeout_BrokenBarrier()
258 Thread t1 = new ThreadShouldThrow(BrokenBarrierException.class) { in testReset_BrokenBarrier()
263 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testReset_BrokenBarrier()
317 catch (BrokenBarrierException ok) {} in testReset_Leakage()
374 Thread t2 = new ThreadShouldThrow(BrokenBarrierException.class) { in testResetAfterInterrupt()
406 } catch (BrokenBarrierException success) {} in testResetAfterTimeout()
[all …]
/libcore/
Dnon_openjdk_java_files.mk89 luni/src/main/java/java/util/concurrent/BrokenBarrierException.java \