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

  /external/webkit/Source/WebKit2/Platform/
WorkQueue.cpp 27 #include "WorkQueue.h"
29 WorkQueue::WorkQueue(const char* name)
35 WorkQueue::~WorkQueue()
43 void WorkQueue::invalidate()
WorkQueue.h 55 class WorkQueue {
56 WTF_MAKE_NONCOPYABLE(WorkQueue);
59 explicit WorkQueue(const char* name);
60 ~WorkQueue();
114 static PassRefPtr<WorkItemWin> create(PassOwnPtr<WorkItem>, WorkQueue*);
118 WorkQueue* queue() const { return m_queue; }
121 WorkItemWin(PassOwnPtr<WorkItem>, WorkQueue*);
125 WorkQueue* m_queue;
130 static PassRefPtr<HandleWorkItem> createByAdoptingHandle(HANDLE, PassOwnPtr<WorkItem>, WorkQueue*);
137 HandleWorkItem(HANDLE, PassOwnPtr<WorkItem>, WorkQueue*);
    [all...]
  /external/webkit/Tools/DumpRenderTree/
WorkQueue.h 34 class WorkQueue {
36 static WorkQueue* shared();
48 WorkQueue();
WorkQueue.cpp 30 #include "WorkQueue.h"
41 WorkQueue* WorkQueue::shared()
43 static WorkQueue* sharedInstance = new WorkQueue;
47 WorkQueue::WorkQueue()
52 void WorkQueue::queue(WorkQueueItem* item)
65 WorkQueueItem* WorkQueue::dequeue()
75 unsigned WorkQueue::count(
    [all...]
  /frameworks/native/libs/utils/
WorkQueue.cpp 18 #define LOG_TAG "WorkQueue"
21 #include <utils/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...]
  /frameworks/native/include/utils/
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/webkit/Tools/DumpRenderTree/chromium/
LayoutTestController.h 428 friend class WorkQueue;
432 class WorkQueue {
434 WorkQueue(LayoutTestController* controller) : m_frozen(false), m_controller(controller) {}
435 virtual ~WorkQueue();
449 class WorkQueueTask: public MethodTask<WorkQueue> {
451 WorkQueueTask(WorkQueue* object): MethodTask<WorkQueue>(object) {}
575 WorkQueue m_workQueue;
LayoutTestController.cpp 224 LayoutTestController::WorkQueue::~WorkQueue()
229 void LayoutTestController::WorkQueue::processWorkSoon()
241 void LayoutTestController::WorkQueue::processWork()
256 void LayoutTestController::WorkQueue::reset()
264 void LayoutTestController::WorkQueue::addWork(WorkItem* work)
    [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 94 milliseconds