Home
last modified time | relevance | path

Searched refs:getCorePoolSize (Results 1 – 5 of 5) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java219 assertEquals(1, p.getCorePoolSize()); in testGetCorePoolSize()
1370 assertEquals(s, p.getCorePoolSize()); in testPoolSizeInvariants()
1381 assertEquals(s + 1, p.getCorePoolSize()); in testPoolSizeInvariants()
DScheduledExecutorSubclassTest.java449 assertEquals(1, p.getCorePoolSize()); in testGetCorePoolSize()
DScheduledExecutorTest.java393 assertEquals(1, p.getCorePoolSize()); in testGetCorePoolSize()
DThreadPoolExecutorSubclassTest.java366 assertEquals(1, p.getCorePoolSize()); in testGetCorePoolSize()
/libcore/luni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1558 public int getCorePoolSize() { in getCorePoolSize() method in ThreadPoolExecutor