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

  /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() {
  /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...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
ManualAutoFocusFactory.java 65 * @param threadPool The executor on which to schedule delayed tasks.
74 ScheduledExecutorService threadPool,
91 threadPool, afHoldSeconds, TimeUnit.SECONDS);
  /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);
  /prebuilts/tools/common/m2/repository/de/greenrobot/eventbus/2.4.0/
eventbus-2.4.0.jar 
  /external/guava/guava-tests/benchmark/com/google/common/collect/
ConcurrentHashMultisetBenchmark.java 56 private ExecutorService threadPool;
65 threadPool =
92 futures.add(threadPool.submit(task));
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
tilemgr.cpp 102 uint32_t numaNode = ((x ^ y) & pContext->threadPool.numaMask);
126 uint32_t numaNode = ((x ^ y) & pContext->threadPool.numaMask);
context.h 473 THREAD_POOL threadPool; // Thread pool associated with this context
api.cpp 109 CreateThreadPool(pContext, &pContext->threadPool);
125 uint32_t numaNode = pContext->threadPool.pThreadData ?
126 pContext->threadPool.pThreadData[i].numaId : 0;
166 StartThreadPool(pContext, &pContext->threadPool);
366 DestroyThreadPool(pContext, &pContext->threadPool);
    [all...]
frontend.cpp 91 uint32_t numNumaNodes = pContext->threadPool.numaMask + 1;
93 for (uint32_t i = 0; i < pContext->threadPool.numThreads; ++i)
    [all...]
threads.cpp 727 uint32_t numaMask = pContext->threadPool.numaMask;
    [all...]
  /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));
  /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/codehaus/groovy/modules/http-builder/http-builder/0.7.2/
http-builder-0.7.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/
aws-java-sdk-s3-1.11.18.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h     [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
jsp-2.1.jar 

Completed in 394 milliseconds