Searched refs:checkTerminated (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DBasicCancelTest.java54 void checkTerminated(final ThreadPoolExecutor tpe) { method in class:BasicCancelTest
85 checkTerminated(pool);
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DThrowingTasks.java143 static void checkTerminated(ThreadPoolExecutor tpe) { method in class:ThrowingTasks
224 checkTerminated(tpe);
250 checkTerminated(tpe);
H A DConfigChanges.java80 static void checkTerminated(final ThreadPoolExecutor tpe) { method in class:ConfigChanges
227 checkTerminated(tpe);
/openjdk7/jdk/test/java/util/concurrent/Phaser/
H A DBasic.java51 private static void checkTerminated(final Phaser phaser) { method in class:Basic
290 checkTerminated(phaser);
390 checkTerminated(phaser);

Completed in 1059 milliseconds