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

  /frameworks/base/tools/aapt/
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...]
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;
  /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...]
  /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...]
  /libcore/luni/src/main/java/java/util/concurrent/
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...]
  /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 139 milliseconds