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

  /frameworks/base/tools/aapt/
WorkQueue.h 34 class WorkQueue {
50 WorkQueue(size_t maxThreads, bool canCallJava = true);
55 ~WorkQueue();
91 WorkThread(WorkQueue* workQueue, bool canCallJava);
97 WorkQueue* const mWorkQueue;
WorkQueue.cpp 18 #define LOG_TAG "WorkQueue"
21 #include "WorkQueue.h"
25 // --- WorkQueue ---
27 WorkQueue::WorkQueue(size_t maxThreads, bool canCallJava) :
32 WorkQueue::~WorkQueue() {
38 status_t WorkQueue::schedule(WorkUnit* workUnit, size_t backlog) {
48 status_t status = workThread->run("WorkQueue::WorkThread");
68 status_t WorkQueue::cancel()
    [all...]
Android.mk 27 WorkQueue.cpp \
Resource.cpp 17 #include "WorkQueue.h"
311 class PreProcessImageWorkUnit : public WorkQueue::WorkUnit {
339 WorkQueue wq(MAX_THREADS, false);
    [all...]
  /external/chromium/base/synchronization/
condition_variable_unittest.cc 51 // construct an instance of a WorkQueue. The WorkQueue will spin up some
53 // a central repository of the work thread's activity. Finally, the WorkQueue
55 // cases will validate that the WorkQueue has records showing that the desired
60 // The WorkQueue::lock_, as accessed via WorkQueue::lock(), should be used for
62 class WorkQueue : public PlatformThread::Delegate {
64 explicit WorkQueue(int thread_count);
65 ~WorkQueue();
194 WorkQueue queue(kThreadCount); // Start the threads
    [all...]
  /external/chromium_org/base/synchronization/
condition_variable_unittest.cc 51 // construct an instance of a WorkQueue. The WorkQueue will spin up some
53 // a central repository of the work thread's activity. Finally, the WorkQueue
55 // cases will validate that the WorkQueue has records showing that the desired
60 // The WorkQueue::lock_, as accessed via WorkQueue::lock(), should be used for
62 class WorkQueue : public PlatformThread::Delegate {
64 explicit WorkQueue(int thread_count);
65 virtual ~WorkQueue();
202 WorkQueue queue(kThreadCount); // Start the threads
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinWorkerThread.java 30 * This class just maintains links to its pool and WorkQueue. The
32 * workQueue field is not set until a call to registerWorker
34 * by requiring that the workQueue field is only accessed by the
39 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics
51 this.workQueue = pool.registerWorker(this);
73 return workQueue.poolIndex;
108 pool.runWorker(workQueue);
ForkJoinPool.java 142 * class WorkQueue). These are special forms of Deques that
295 * field WorkQueue.nextWait. Queuing deals with several intrinsic
466 * fields of WorkQueue maintain data structures managed by
561 * in WorkQueue.tryRemoveAndExec. We don't need the proxy to
614 * do not want multiple WorkQueue instances or multiple queue
    [all...]
ForkJoinTask.java 341 int s; Thread t; ForkJoinWorkerThread wt; ForkJoinPool.WorkQueue w;
344 (w = (wt = (ForkJoinWorkerThread)t).workQueue).
359 (wt = (ForkJoinWorkerThread)t).pool.awaitJoin(wt.workQueue, this) :
654 ((ForkJoinWorkerThread)t).workQueue.push(this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
TestRunner.h 145 friend class WorkQueue;
149 class WorkQueue {
151 WorkQueue(TestRunner* controller) : m_frozen(false), m_controller(controller) { }
152 virtual ~WorkQueue();
166 class WorkQueueTask: public WebMethodTask<WorkQueue> {
168 WorkQueueTask(WorkQueue* object): WebMethodTask<WorkQueue>(object) { }
563 WorkQueue m_workQueue;
TestRunner.cpp 99 TestRunner::WorkQueue::~WorkQueue()
104 void TestRunner::WorkQueue::processWorkSoon()
116 void TestRunner::WorkQueue::processWork()
131 void TestRunner::WorkQueue::reset()
140 void TestRunner::WorkQueue::addWork(WorkItem* work)
    [all...]
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 1015 typedef std::list<String> WorkQueue;
1022 WorkQueue& queue) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 

Completed in 1025 milliseconds