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

1 2 3 4

  /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 45 WorkQueue.cpp \
  /hardware/intel/common/wrs_omxil_core/utils/src/
workqueue.cpp 2 * workqueue.cpp, workqueue class
19 #include <workqueue.h>
22 WorkQueue::WorkQueue()
37 WorkQueue::~WorkQueue()
49 int WorkQueue::StartWork(bool executing)
59 void WorkQueue::StopWork(void)
87 void WorkQueue::PauseWork(void
    [all...]
  /hardware/intel/common/wrs_omxil_core/utils/inc/
workqueue.h 2 * workqueue.h, workqueue class
34 class WorkQueue : public Thread, public WorkableInterface
37 WorkQueue();
39 * if WorkQueue has the pending works not proccessed yet,
40 * WorkQueue::Run() calls its own Work() instead of the derived class's.
43 ~WorkQueue();
51 /* the class inheriting WorkQueue uses this method */
58 * inheriting WorkQueue is destructed,
63 /* remove all scheduled works matched with wi from workqueue list *
    [all...]
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 56 // construct an instance of a WorkQueue. The WorkQueue will spin up some
58 // a central repository of the work thread's activity. Finally, the WorkQueue
60 // cases will validate that the WorkQueue has records showing that the desired
65 // The WorkQueue::lock_, as accessed via WorkQueue::lock(), should be used for
67 class WorkQueue : public PlatformThread::Delegate {
69 explicit WorkQueue(int thread_count);
70 ~WorkQueue() override;
257 WorkQueue queue(kThreadCount); // Start the threads
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java 162 * class WorkQueue). These are special forms of Deques that
360 * WorkQueue and is assigned an index in the workQueues array
379 * WorkQueue field scanState is used by both workers and the pool
552 * field WorkQueue.scanState, which eliminates most false
    [all...]
ForkJoinWorkerThread.java 32 * This class just maintains links to its pool and WorkQueue. The
34 * workQueue field is not set until a call to registerWorker
36 * by requiring that the workQueue field is only accessed by the
45 final ForkJoinPool.WorkQueue workQueue; // work-stealing mechanics
57 this.workQueue = pool.registerWorker(this);
69 this.workQueue = pool.registerWorker(this);
92 return workQueue.getPoolIndex();
124 if (workQueue.array == null) { // only run once
128 pool.runWorker(workQueue);
    [all...]
ForkJoinTask.java 352 int s; Thread t; ForkJoinWorkerThread wt; ForkJoinPool.WorkQueue w;
355 (w = (wt = (ForkJoinWorkerThread)t).workQueue).
371 awaitJoin(wt.workQueue, this, 0L) :
663 ((ForkJoinWorkerThread)t).workQueue.push(this);
    [all...]
  /hardware/intel/common/wrs_omxil_core/base/inc/
componentbase.h 29 #include <workqueue.h>
67 WorkQueue *workq;
398 WorkQueue *bufferwork;
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.14.0/
builder-0.14.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.14.1/
builder-0.14.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.14.2/
builder-0.14.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.14.4/
builder-0.14.4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.0.0/
builder-1.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.0.0-rc1/
builder-1.0.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.0.0-rc4/
builder-1.0.0-rc4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.0.1/
builder-1.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.1.0/
builder-1.1.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.1.3/
builder-1.1.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0/
builder-1.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0-alpha1/
builder-1.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0-beta4/
builder-1.2.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.0-rc1/
builder-1.2.0-rc1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/1.2.1/
builder-1.2.1.jar 

Completed in 695 milliseconds

1 2 3 4