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 478 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
483 threadsStarted.await();
490 threadsStarted.await();
504 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
509 threadsStarted.await();
516 threadsStarted.await();
ArrayBlockingQueueTest.java 797 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
801 threadsStarted.await();
808 threadsStarted.await();
821 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
826 threadsStarted.await();
833 threadsStarted.await();
LinkedBlockingQueueTest.java 731 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
735 threadsStarted.await();
742 threadsStarted.await();
754 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
759 threadsStarted.await();
766 threadsStarted.await();
LinkedTransferQueueTest.java 600 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
605 threadsStarted.await();
611 threadsStarted.await();
624 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
630 threadsStarted.await();
637 threadsStarted.await();
    [all...]
PriorityBlockingQueueTest.java 631 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
636 threadsStarted.await();
643 threadsStarted.await();
LinkedBlockingDequeTest.java     [all...]
DelayQueueTest.java 670 final CheckedBarrier threadsStarted = new CheckedBarrier(2);
675 threadsStarted.await();
682 threadsStarted.await();
ScheduledExecutorTest.java 396 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
403 threadsStarted.countDown();
407 assertTrue(threadsStarted.await(SMALL_DELAY_MS, MILLISECONDS));
    [all...]
ScheduledExecutorSubclassTest.java 451 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
458 threadsStarted.countDown();
462 assertTrue(threadsStarted.await(SMALL_DELAY_MS, MILLISECONDS));
    [all...]
ThreadPoolExecutorSubclassTest.java 437 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
444 threadsStarted.countDown();
448 assertTrue(threadsStarted.await(SMALL_DELAY_MS, MILLISECONDS));
    [all...]
ThreadPoolExecutorTest.java 328 final CountDownLatch threadsStarted = new CountDownLatch(THREADS);
335 threadsStarted.countDown();
339 assertTrue(threadsStarted.await(SMALL_DELAY_MS, MILLISECONDS));
    [all...]

Completed in 5086 milliseconds