HomeSort by relevance Sort by last modified time
    Searched refs:ThreadPool (Results 76 - 100 of 113) sorted by null

1 2 34 5

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalImage.java 41 import com.android.gallery3d.util.ThreadPool.Job;
42 import com.android.gallery3d.util.ThreadPool.JobContext;
BucketHelper.java 16 import com.android.gallery3d.util.ThreadPool.JobContext;
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 47 import com.android.gallery3d.util.ThreadPool.CancelListener;
48 import com.android.gallery3d.util.ThreadPool.JobContext;
  /art/runtime/gc/space/
large_object_space_test.cc 154 ThreadPool thread_pool("Large object space test thread pool", kNumThreads);
  /external/autotest/contrib/
compare_dut_perf.py 205 pool = multiprocessing.pool.ThreadPool()
  /external/autotest/server/hosts/
testbed.py 291 thread_pool = pool.ThreadPool(_POOL_SIZE)
  /external/autotest/site_utils/
deploy_production.py 203 pool = multiprocessing.pool.ThreadPool(POOL_SIZE)
  /external/autotest/site_utils/suite_scheduler/
driver.py 169 thread_pool = pool.ThreadPool(POOL_SIZE)
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfOutputFile.cpp 79 using IlmThread::ThreadPool;
962 ThreadPool::addGlobalTask
985 ThreadPool::addGlobalTask
1075 ThreadPool::addGlobalTask
    [all...]
ImfScanLineInputFile.cpp 77 using IlmThread::ThreadPool;
934 ThreadPool::addGlobalTask (newLineBufferTask (&taskGroup,
ImfTiledOutputFile.cpp 85 using IlmThread::ThreadPool;
1159 ThreadPool::addGlobalTask (new TileBufferTask (&taskGroup,
1219 ThreadPool::addGlobalTask
    [all...]
ImfTiledInputFile.cpp 78 using IlmThread::ThreadPool;
999 ThreadPool::addGlobalTask (newTileBufferTask (&taskGroup,
    [all...]
  /external/opencv3/samples/python2/
digits.py 27 from multiprocessing.pool import ThreadPool
  /frameworks/wilhelm/src/
classes.h 193 ThreadPool mThreadPool; // for asynchronous operations
Android.mk 83 ThreadPool.c \
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
PhotoDataAdapter.java 41 import com.android.gallery3d.util.ThreadPool;
42 import com.android.gallery3d.util.ThreadPool.Job;
43 import com.android.gallery3d.util.ThreadPool.JobContext;
141 private final ThreadPool mThreadPool;
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 651 MarkStackTask(ThreadPool* thread_pool,
747 ThreadPool* const thread_pool_;
809 CardScanTask(ThreadPool* thread_pool,
860 ThreadPool* thread_pool = GetHeap()->GetThreadPool();
    [all...]
  /art/runtime/jit/
jit.cc 283 thread_pool_.reset(new ThreadPool("Jit thread pool", 1));
292 ThreadPool* cache = nullptr;
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java 46 import com.android.gallery3d.util.ThreadPool.Job;
47 import com.android.gallery3d.util.ThreadPool.JobContext;
MenuExecutor.java 43 import com.android.gallery3d.util.ThreadPool.Job;
44 import com.android.gallery3d.util.ThreadPool.JobContext;
  /build/kati/
regen.cc 360 unique_ptr<ThreadPool> tp(NewThreadPool(g_flags.num_jobs));
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpserver.py 529 class ThreadPool(object):
579 self, nworkers, name="ThreadPool", daemon=False,
600 logger = logging.getLogger('paste.httpserver.ThreadPool')
692 described in the ThreadPool docstring).
    [all...]
  /art/compiler/driver/
compiler_driver.cc 762 ThreadPool* resolve_thread_pool = force_determinism
    [all...]
  /art/runtime/gc/
heap.h 49 class ThreadPool;
664 ThreadPool* GetThreadPool() {
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/util/thread/
QueuedThreadPool.java 42 import org.eclipse.jetty.util.thread.ThreadPool.SizedThreadPool;

Completed in 623 milliseconds

1 2 34 5