HomeSort by relevance Sort by last modified time
    Searched refs:threadsStarted (Results 1 - 11 of 11) sorted by null

  /libcore/jsr166-tests/src/test/java/jsr166/
SynchronousQueueTest.java 458 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
463 threadsStarted.await();
470 threadsStarted.await();
484 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
489 threadsStarted.await();
496 threadsStarted.await();
ArrayBlockingQueueTest.java 755 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
759 threadsStarted.await();
766 threadsStarted.await();
779 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
784 threadsStarted.await();
791 threadsStarted.await();
LinkedBlockingQueueTest.java 689 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
693 threadsStarted.await();
700 threadsStarted.await();
712 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
717 threadsStarted.await();
724 threadsStarted.await();
LinkedTransferQueueTest.java 568 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
573 threadsStarted.await();
579 threadsStarted.await();
592 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
598 threadsStarted.await();
605 threadsStarted.await();
    [all...]
PriorityBlockingQueueTest.java 601 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
606 threadsStarted.await();
613 threadsStarted.await();
LinkedBlockingDequeTest.java     [all...]
DelayQueueTest.java 640 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
645 threadsStarted.await();
652 threadsStarted.await();
ScheduledExecutorTest.java 350 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
357 threadsStarted.countDown();
361 assertTrue(threadsStarted.await(SMALL_DELAY_MS, MILLISECONDS));
    [all...]
ScheduledExecutorSubclassTest.java 400 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
407 threadsStarted.countDown();
411 assertTrue(threadsStarted.await(SMALL_DELAY_MS, MILLISECONDS));
    [all...]
ThreadPoolExecutorSubclassTest.java 407 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
414 threadsStarted.countDown();
418 assertTrue(threadsStarted.await(SMALL_DELAY_MS, MILLISECONDS));
    [all...]
ThreadPoolExecutorTest.java 300 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
307 threadsStarted.countDown();
311 assertTrue(threadsStarted.await(SMALL_DELAY_MS, MILLISECONDS));
    [all...]

Completed in 356 milliseconds