Searched refs:isTerminated (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/util/concurrent/
H A DExecutorService.java152 * Note that <tt>isTerminated</tt> is never <tt>true</tt> unless
157 boolean isTerminated(); method in interface:ExecutorService
H A DExecutors.java556 public boolean isTerminated() { return e.isTerminated(); } method in class:Executors.DelegatedExecutorService
H A DPhaser.java78 * state, that may be checked using method {@link #isTerminated}. Upon
165 * } while (!phaser.isTerminated());
177 * while (!phaser.isTerminated())
188 * if (phaser.isTerminated())
869 public boolean isTerminated() { method in class:Phaser
879 * upon advance, and subsequent calls to {@link #isTerminated}
H A DForkJoinPool.java1897 public boolean isTerminated() { method in class:ForkJoinPool
1956 if (isTerminated())
H A DThreadPoolExecutor.java1384 public boolean isTerminated() { method in class:ThreadPoolExecutor
1732 // isTerminated() && getPoolSize() > 0

Completed in 47 milliseconds