Searched refs:getCorePoolSize (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/test/java/util/concurrent/ScheduledThreadPoolExecutor/
H A DZeroCorePoolSize.java50 check(pool.getCorePoolSize() == 0);
56 check(pool.getCorePoolSize() == 0);
/openjdk7/jdk/test/java/util/concurrent/ThreadPoolExecutor/
H A DThrowingTasks.java165 if (allStarted.getCount() < getCorePoolSize())
209 (long) flakes.size() - tpe.getCorePoolSize());
216 while (tg.activeCount() != tpe.getCorePoolSize() ||
217 tg.activeCount() != tpe.getCorePoolSize())
219 equal(tg.activeCount(), tpe.getCorePoolSize());
H A DModifyCorePoolSize.java41 equal(pool.getCorePoolSize(), n);
H A DSelfInterrupt.java40 equal(pool.getCorePoolSize(), n);
H A DTimeOutShrink.java38 equal(pool.getCorePoolSize(), core);
H A DConfigChanges.java52 tpe.getCorePoolSize(),
129 equal(tg.activeCount(), tpe.getCorePoolSize());
156 equal(tpe.getCorePoolSize(), n);
183 // equal(tg.activeCount(), tpe.getCorePoolSize());
198 //equal(tg.activeCount(), tpe.getCorePoolSize());
H A DCoreThreadTimeOut.java71 equal(tpe.getCorePoolSize(), threadCount);
H A DCustom.java96 equal(tpe.getCorePoolSize(), threadCount);
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DThreadPoolExecutor.java75 * corePoolSize (see {@link #getCorePoolSize}) and
1538 * @see #getCorePoolSize
1566 public int getCorePoolSize() { method in class:ThreadPoolExecutor
1662 * less than the {@linkplain #getCorePoolSize core pool size}

Completed in 47 milliseconds