HomeSort by relevance Sort by last modified time
    Searched defs:WorkerThread (Results 1 - 25 of 46) sorted by null

1 2

  /external/v8/src/libplatform/
worker-thread.cc 13 WorkerThread::WorkerThread(TaskQueue* queue)
14 : Thread(Options("V8 WorkerThread")), queue_(queue) {
19 WorkerThread::~WorkerThread() {
24 void WorkerThread::Run() {
worker-thread.h 19 class WorkerThread : public base::Thread {
21 explicit WorkerThread(TaskQueue* queue);
22 virtual ~WorkerThread();
32 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
  /frameworks/base/core/java/android/annotation/
WorkerThread.java 33 * @WorkerThread
41 public @interface WorkerThread {
  /frameworks/support/annotations/src/android/support/annotation/
WorkerThread.java 34 * @WorkerThread
41 public @interface WorkerThread {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/util/
WorkerThread.java 31 public @interface WorkerThread {
  /frameworks/base/libs/hwui/thread/
TaskManager.h 79 class WorkerThread: public Thread {
81 WorkerThread(const String8 name): mSignal(Condition::WAKE_UP_ONE), mName(name) { }
102 std::vector<sp<WorkerThread> > mThreads;
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc 152 static void *WorkerThread(void *arg) {
165 PTHREAD_CREATE(&t, 0, WorkerThread, 0);
  /external/libchrome/base/threading/
worker_pool_posix.cc 63 class WorkerThread : public PlatformThread::Delegate {
65 WorkerThread(const std::string& name_prefix,
75 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
78 void WorkerThread::ThreadMain() {
89 TRACE_EVENT2("toplevel", "WorkerThread::ThreadMain::Run",
102 // The WorkerThread is non-joinable, so it deletes itself.
162 // The new PlatformThread will take ownership of the WorkerThread object,
164 WorkerThread* worker = new WorkerThread(name_prefix_, this);
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 357 friend class WorkerThread;
358 class WorkerThread : public Thread {
365 inline explicit WorkerThread(EmulatedCameraDevice* camera_dev)
373 inline ~WorkerThread()
475 inline WorkerThread* getWorkerThread() const
489 sp<WorkerThread> mWorkerThread;
  /external/llvm/lib/Fuzzer/
FuzzerDriver.cpp 162 static void WorkerThread(const std::string &Cmd, std::atomic<int> *Counter,
195 V.push_back(std::thread(WorkerThread, Cmd, &Counter, NumJobs, &HasErrors));
  /external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadPool.cpp 53 class WorkerThread: public Thread
57 WorkerThread (ThreadPool::Data* data);
99 list<WorkerThread*> threads; // the list of all threads
109 // class WorkerThread
112 WorkerThread::WorkerThread (ThreadPool::Data* data):
120 WorkerThread::run ()
254 for (list<WorkerThread*>::iterator i = threads.begin();
369 _data->threads.push_back (new WorkerThread (_data));
388 _data->threads.push_back (new WorkerThread (_data))
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageLoader.java 113 private class WorkerThread implements Runnable {
152 Thread t = new Thread(new WorkerThread());
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
command.py     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/charsetdet/
TestCharsetDetector.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/charsetdet/
TestCharsetDetector.java     [all...]
  /external/v8/src/
d8.h 247 class WorkerThread : public base::Thread {
249 explicit WorkerThread(Worker* worker)
250 : base::Thread(base::Thread::Options("WorkerThread")),
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.2.0/
support-annotations-22.2.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.2.1/
support-annotations-22.2.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.0.0/
support-annotations-23.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.0.1/
support-annotations-23.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.1.0/
support-annotations-23.1.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.1.1/
support-annotations-23.1.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.2.0/
support-annotations-23.2.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.2.1/
support-annotations-23.2.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.3.0/
support-annotations-23.3.0.jar 

Completed in 5539 milliseconds

1 2