HomeSort by relevance Sort by last modified time
    Searched defs:threadStarted (Results 1 - 25 of 35) sorted by null

1 2

  /libcore/jsr166-tests/src/test/java/jsr166/
ExchangerTest.java 77 final CountDownLatch threadStarted = new CountDownLatch(1);
80 threadStarted.countDown();
84 await(threadStarted);
94 final CountDownLatch threadStarted = new CountDownLatch(1);
97 threadStarted.countDown();
101 await(threadStarted);
LinkedTransferQueueTest.java 734 final CountDownLatch threadStarted = new CountDownLatch(1);
738 threadStarted.countDown();
744 threadStarted.await();
774 final CountDownLatch threadStarted = new CountDownLatch(1);
778 threadStarted.countDown();
783 threadStarted.await();
    [all...]
ScheduledExecutorSubclassTest.java 384 final CountDownLatch threadStarted = new CountDownLatch(1);
390 threadStarted.countDown();
394 assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));
408 final CountDownLatch threadStarted = new CountDownLatch(1);
415 threadStarted.countDown();
420 await(threadStarted);
477 final CountDownLatch threadStarted = new CountDownLatch(1);
483 threadStarted.countDown();
487 assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));
501 final CountDownLatch threadStarted = new CountDownLatch(1)
    [all...]
ScheduledExecutorTest.java 329 final CountDownLatch threadStarted = new CountDownLatch(1);
335 threadStarted.countDown();
339 assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));
353 final CountDownLatch threadStarted = new CountDownLatch(1);
360 threadStarted.countDown();
365 await(threadStarted);
422 final CountDownLatch threadStarted = new CountDownLatch(1);
428 threadStarted.countDown();
432 assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));
446 final CountDownLatch threadStarted = new CountDownLatch(1)
    [all...]
ThreadPoolExecutorSubclassTest.java 256 final CountDownLatch threadStarted = new CountDownLatch(1);
262 threadStarted.countDown();
266 assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));
311 final CountDownLatch threadStarted = new CountDownLatch(1);
318 threadStarted.countDown();
323 await(threadStarted);
476 final CountDownLatch threadStarted = new CountDownLatch(1);
482 threadStarted.countDown();
486 assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));
502 final CountDownLatch threadStarted = new CountDownLatch(1)
    [all...]
ThreadPoolExecutorTest.java 114 final CountDownLatch threadStarted = new CountDownLatch(1);
120 threadStarted.countDown();
124 assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));
175 final CountDownLatch threadStarted = new CountDownLatch(1);
182 threadStarted.countDown();
187 await(threadStarted);
370 final CountDownLatch threadStarted = new CountDownLatch(1);
376 threadStarted.countDown();
380 assertTrue(threadStarted.await(SMALL_DELAY_MS, MILLISECONDS));
396 final CountDownLatch threadStarted = new CountDownLatch(1)
    [all...]
AbstractQueuedLongSynchronizerTest.java 583 final BooleanLatch threadStarted = new BooleanLatch();
587 assertTrue(threadStarted.releaseShared(0));
591 threadStarted.acquireShared(0);
    [all...]
AbstractQueuedSynchronizerTest.java 586 final BooleanLatch threadStarted = new BooleanLatch();
590 assertTrue(threadStarted.releaseShared(0));
594 threadStarted.acquireShared(0);
    [all...]
LinkedBlockingDequeTest.java 916 final CountDownLatch threadStarted = new CountDownLatch(1);
919 threadStarted.countDown();
927 await(threadStarted);
957 final CountDownLatch threadStarted = new CountDownLatch(1);
960 threadStarted.countDown();
968 await(threadStarted);
    [all...]
  /external/guava/guava/src/com/google/common/base/
FinalizableReferenceQueue.java 151 final boolean threadStarted;
160 boolean threadStarted = false;
163 threadStarted = true;
171 this.threadStarted = threadStarted;
186 if (threadStarted) {
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/vogar/lib/
guava.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /frameworks/data-binding/prebuilds/1.0-rc0/
databinding-studio-bundle.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
guava-17.0.jar 

Completed in 295 milliseconds

1 2