Home
last modified time | relevance | path

Searched defs:threadsStarted (Results 1 – 20 of 20) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DCollection8Test.java84 final CountDownLatch threadsStarted = new CountDownLatch(2); in testForEachConcurrentStressTest() local
DLinkedBlockingQueueTest.java730 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testOfferInExecutor() local
754 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testPollInExecutor() local
DLinkedTransferQueueTest.java603 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testOfferInExecutor() local
629 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testPollInExecutor() local
DArrayBlockingQueueTest.java796 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testOfferInExecutor() local
821 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testPollInExecutor() local
DPriorityBlockingQueueTest.java631 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testPollInExecutor() local
DScheduledExecutorTest.java404 final CountDownLatch threadsStarted = new CountDownLatch(THREADS); in testGetLargestPoolSize() local
673 final CountDownLatch threadsStarted = new CountDownLatch(poolSize); in testShutdownNow() local
DScheduledExecutorSubclassTest.java462 final CountDownLatch threadsStarted = new CountDownLatch(THREADS); in testGetLargestPoolSize() local
724 final CountDownLatch threadsStarted = new CountDownLatch(poolSize); in testShutdownNow() local
DDelayQueueTest.java674 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testPollInExecutor() local
DThreadPoolExecutorTest.java343 final CountDownLatch threadsStarted = new CountDownLatch(THREADS); in testGetLargestPoolSize() local
657 final CountDownLatch threadsStarted = new CountDownLatch(poolSize); in testShutdownNow() local
DThreadPoolExecutorSubclassTest.java490 final CountDownLatch threadsStarted = new CountDownLatch(THREADS); in testGetLargestPoolSize() local
772 final CountDownLatch threadsStarted = new CountDownLatch(poolSize); in testShutdownNow() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DLinkedTransferQueueTest.java620 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testOfferInExecutor() local
646 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testPollInExecutor() local
DLinkedBlockingQueueTest.java760 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testOfferInExecutor() local
784 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testPollInExecutor() local
DArrayBlockingQueueTest.java840 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testOfferInExecutor() local
865 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testPollInExecutor() local
DStampedLockTest.java337 CountDownLatch threadsStarted = new CountDownLatch(n); in assertThrowInterruptedExceptionWhenInterrupted() local
563 final CountDownLatch threadsStarted = new CountDownLatch(2); in testReadAfterWriteLock() local
DPriorityBlockingQueueTest.java664 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testPollInExecutor() local
DScheduledExecutorTest.java426 final CountDownLatch threadsStarted = new CountDownLatch(THREADS); in testGetLargestPoolSize() local
694 final CountDownLatch threadsStarted = new CountDownLatch(poolSize); in testShutdownNow() local
DScheduledExecutorSubclassTest.java484 final CountDownLatch threadsStarted = new CountDownLatch(THREADS); in testGetLargestPoolSize() local
746 final CountDownLatch threadsStarted = new CountDownLatch(poolSize); in testShutdownNow() local
DDelayQueueTest.java682 final CheckedBarrier threadsStarted = new CheckedBarrier(2); in testPollInExecutor() local
DThreadPoolExecutorTest.java365 final CountDownLatch threadsStarted = new CountDownLatch(THREADS); in testGetLargestPoolSize() local
679 final CountDownLatch threadsStarted = new CountDownLatch(poolSize); in testShutdownNow() local
DThreadPoolExecutorSubclassTest.java512 final CountDownLatch threadsStarted = new CountDownLatch(THREADS); in testGetLargestPoolSize() local
794 final CountDownLatch threadsStarted = new CountDownLatch(poolSize); in testShutdownNow() local