HomeSort by relevance Sort by last modified time
    Searched defs:threadPool (Results 1 - 20 of 20) sorted by null

  /external/guava/guava-tests/benchmark/com/google/common/collect/
ConcurrentHashMultisetBenchmark.java 56 private ExecutorService threadPool;
65 threadPool =
92 futures.add(threadPool.submit(task));
  /external/guava/guava-tests/test/com/google/common/collect/
QueuesTest.java 55 private ExecutorService threadPool;
59 threadPool = Executors.newCachedThreadPool();
66 threadPool.shutdown();
68 threadPool.awaitTermination(1, TimeUnit.SECONDS));
87 threadPool.submit(new Producer(q, 20));
88 threadPool.submit(new Producer(q, 20));
89 threadPool.submit(new Producer(q, 20));
90 threadPool.submit(new Producer(q, 20));
91 threadPool.submit(new Producer(q, 20));
112 Future<?> submitter = threadPool.submit(new Producer(q, 1))
    [all...]
MapMakerTest.java 138 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads);
142 threadPool.submit(new Runnable() {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AtomicLongMapTest.java 568 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads);
570 threadPool.submit(new Runnable() {
630 threadPool.shutdown();
631 assertTrue(threadPool.awaitTermination(300, TimeUnit.SECONDS));
  /libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 33 import tests.support.ThreadPool;
45 private ThreadPool threadPool;
57 threadPool = new ThreadPool(numThreads);
61 threadPool.join();
122 threadPool.runTask(createTask1(i));
134 threadPool.runTask(createTask1(1));
135 threadPool.runTask(createTask2(2));
136 threadPool.runTask(createTask3(3))
    [all...]
StressTest.java 32 import tests.support.ThreadPool;
126 ThreadPool threadPool = new ThreadPool(numTasks);
130 threadPool.runTask(createTask(i));
133 threadPool.join();
199 ThreadPool threadPool = new ThreadPool(numConnections);
203 threadPool.runTask(insertTask(numConnections, i))
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 476 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads);
480 threadPool.submit(new Runnable() {
565 ExecutorService threadPool = Executors.newFixedThreadPool(nThreads);
567 threadPool.submit(new Runnable() {
579 threadPool.shutdown();
580 threadPool.awaitTermination(300, TimeUnit.SECONDS);
  /external/jetty/src/java/org/eclipse/jetty/server/handler/
ConnectHandler.java 57 import org.eclipse.jetty.util.thread.ThreadPool;
70 private volatile ThreadPool _threadPool;
137 server.getContainer().update(this, null, _privateThreadPool, "threadpool", true);
145 public ThreadPool getThreadPool()
151 * @param threadPool the thread pool
153 public void setThreadPool(ThreadPool threadPool)
156 getServer().getContainer().update(this, _privateThreadPool ? _threadPool : null, threadPool, "threadpool", true);
157 _privateThreadPool = threadPool != null
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
org.eclipse.equinox.ds_1.4.101.v20130813-1853.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
org.eclipse.equinox.ds_1.4.100.v20130515-2026.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 655 milliseconds