Home
last modified time | relevance | path

Searched refs:getPoolSize (Results 1 – 7 of 7) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DThreadPoolExecutorTest.java112 assertEquals(0, p.getPoolSize()); in testPrestartCoreThread()
114 assertEquals(1, p.getPoolSize()); in testPrestartCoreThread()
116 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
118 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
130 assertEquals(0, p.getPoolSize()); in testPrestartAllCoreThreads()
132 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
134 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
345 assertEquals(0, p.getPoolSize()); in testGetPoolSize()
349 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
353 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
[all …]
DThreadPoolExecutorSubclassTest.java249 assertEquals(0, p.getPoolSize()); in testPrestartCoreThread()
251 assertEquals(1, p.getPoolSize()); in testPrestartCoreThread()
253 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
255 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
264 assertEquals(0, p.getPoolSize()); in testPrestartAllCoreThreads()
266 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
268 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
449 assertEquals(0, p.getPoolSize()); in testGetPoolSize()
453 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
457 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
[all …]
DScheduledExecutorTest.java379 assertEquals(0, p.getPoolSize()); in testGetPoolSize()
383 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
387 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
DScheduledExecutorSubclassTest.java429 assertEquals(0, p.getPoolSize()); in testGetPoolSize()
433 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
437 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
DForkJoinPoolTest.java218 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
/libcore/luni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1759 public int getPoolSize() { in getPoolSize() method in ThreadPoolExecutor
DForkJoinPool.java2655 public int getPoolSize() { in getPoolSize() method in ForkJoinPool