HomeSort by relevance Sort by last modified time
    Searched refs:WorkerThread (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ServiceWorkerThread.cpp 46 : WorkerThread(workerLoaderProxy, workerReportingProxy, startupData)
  /external/stressapptest/src/
worker.h 204 class WorkerThread {
212 WorkerThread();
213 virtual ~WorkerThread();
239 // Starts per-WorkerThread timer.
248 // Stops per-WorkerThread timer and records thread run duration.
405 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
409 class FileThread : public WorkerThread {
492 class NetworkThread : public WorkerThread {
558 class CopyThread : public WorkerThread {
571 class InvertThread : public WorkerThread {
    [all...]
worker.cc 139 WorkerThread *worker = static_cast<WorkerThread*>(ptr);
236 WorkerThread::WorkerThread() {
247 WorkerThread::~WorkerThread() {}
288 void WorkerThread::InitThread(int thread_num_init,
310 bool WorkerThread::InitPriority() {
342 int WorkerThread::SpawnThread() {
360 bool WorkerThread::KillThread()
    [all...]
sat.h 259 typedef vector<WorkerThread*> WorkerVector;
sat.cc     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebEmbeddedWorkerImpl.h 41 class WorkerThread;
101 RefPtr<WebCore::WorkerThread> m_workerThread;
WebSharedWorkerImpl.h 40 #include "core/workers/WorkerThread.h"
116 void setWorkerThread(PassRefPtr<WebCore::WorkerThread> thread) { m_workerThread = thread; }
117 WebCore::WorkerThread* workerThread() { return m_workerThread.get(); }
139 RefPtr<WebCore::WorkerThread> m_workerThread;
  /external/chromium_org/v8/src/libplatform/
default-platform.cc 30 for (std::vector<WorkerThread*>::iterator i = thread_pool_.begin();
54 thread_pool_.push_back(new WorkerThread(&queue_));
  /external/chromium_org/content/worker/
worker_main.cc 58 worker_process.set_main_thread(new WorkerThread());
websharedworkerclient_proxy.cc 124 return WorkerThread::current()->Send(message);
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerGlobalScope.h 59 class WorkerThread;
100 WorkerThread* thread() const { return m_thread; }
143 WorkerGlobalScope(const KURL&, const String& userAgent, WorkerThread*, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerClients>);
172 WorkerThread* m_thread;
WorkerGlobalScope.cpp 55 #include "core/workers/WorkerThread.h"
72 // Notify parent that this context is closed. Parent is responsible for calling WorkerThread::stop().
79 WorkerGlobalScope::WorkerGlobalScope(const KURL& url, const String& userAgent, WorkerThread* thread, double timeOrigin, PassOwnPtrWillBeRawPtr<WorkerClients> workerClients)
  /device/generic/goldfish/camera/
EmulatedCameraDevice.cpp 74 mWorkerThread = new WorkerThread(this);
286 status_t EmulatedCameraDevice::WorkerThread::readyToRun()
306 status_t EmulatedCameraDevice::WorkerThread::stopThread()
346 EmulatedCameraDevice::WorkerThread::SelectRes
347 EmulatedCameraDevice::WorkerThread::Select(int fd, int timeout)
EmulatedQemuCameraDevice.cpp 237 WorkerThread::SelectRes res =
239 if (res == WorkerThread::EXIT_THREAD) {
EmulatedFakeCameraDevice.cpp 195 WorkerThread::SelectRes res =
197 if (res == WorkerThread::EXIT_THREAD) {
  /packages/apps/Gallery/src/com/android/camera/
ImageLoader.java 113 private class WorkerThread implements Runnable {
152 Thread t = new Thread(new WorkerThread());
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_common_test.cc 152 static void *WorkerThread(void *arg) {
165 PTHREAD_CREATE(&t, 0, WorkerThread, 0);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 51 import com.android.hierarchyviewer.util.WorkerThread;
    [all...]
ScreenViewer.java 8 import com.android.hierarchyviewer.util.WorkerThread;
670 @WorkerThread
807 @WorkerThread
  /external/chromium_org/chrome/browser/resources/profiler/
profiler.js 884 * considered equivalent. For instance, "WorkerThread-1" and "WorkerThread-2"
885 * will be remapped to "WorkerThread-*".
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.cpp 118 #include "core/workers/WorkerThread.h"
247 return WorkerThread::workerThreadCount();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk     [all...]
webcore_remaining.target.darwin-arm64.mk     [all...]
webcore_remaining.target.darwin-mips.mk     [all...]

Completed in 1249 milliseconds

12 3