HomeSort by relevance Sort by last modified time
    Searched refs:workerThread (Results 1 - 11 of 11) sorted by null

  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 70 protected volatile Thread workerThread;
100 if (this.workerThread == null) {
101 this.workerThread = Thread.currentThread();
104 while (this.workerThread == Thread.currentThread()) {
125 Thread wt = this.workerThread;
127 this.workerThread = null; // indicate shutdown
140 return "RefQueueWorker::" + this.workerThread;
  /external/chromium_org/third_party/WebKit/Source/web/
WebWorkerRunLoop.cpp 28 #include "core/workers/WorkerThread.h"
57 WebWorkerRunLoop::WebWorkerRunLoop(WorkerThread* workerThread)
58 : m_workerThread(workerThread)
WebSharedWorkerImpl.cpp 324 workerThread()->postTask(
386 workerThread()->postDebuggerTask(createCrossThreadTask(connectToWorkerContextInspectorTask, true));
388 workerThread()->start();
389 m_workerInspectorProxy->workerThreadCreated(m_loadingDocument.get(), workerThread(), m_url);
419 if (workerThread())
420 workerThread()->postDebuggerTask(createCrossThreadTask(resumeWorkerContextTask, true));
425 if (workerThread())
426 workerThread()->postDebuggerTask(createCrossThreadTask(connectToWorkerContextInspectorTask, true));
445 workerThread()->postDebuggerTask(createCrossThreadTask(reconnectToWorkerContextInspectorTask, String(savedState)));
461 workerThread()->postDebuggerTask(createCrossThreadTask(disconnectFromWorkerContextInspectorTask, true))
    [all...]
WebSharedWorkerImpl.h 40 #include "core/workers/WorkerThread.h"
118 void setWorkerThread(PassRefPtr<WorkerThread> thread) { m_workerThread = thread; }
119 WorkerThread* workerThread() { return m_workerThread.get(); }
145 RefPtr<WorkerThread> m_workerThread;
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerInspectorProxy.cpp 13 #include "core/workers/WorkerThread.h"
35 void WorkerInspectorProxy::workerThreadCreated(ExecutionContext* context, WorkerThread* workerThread, const KURL& url)
37 m_workerThread = workerThread;
WorkerThread.cpp 29 #include "core/workers/WorkerThread.h"
76 static HashSet<WorkerThread*>& workerThreads()
78 DEFINE_STATIC_LOCAL(HashSet<WorkerThread*>, threads, ());
82 unsigned WorkerThread::workerThreadCount()
90 explicit WorkerSharedTimer(WorkerThread* workerThread)
91 : m_workerThread(workerThread)
137 WorkerThread* m_workerThread;
146 static PassOwnPtr<WorkerThreadTask> create(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented
    [all...]
WorkerMessagingProxy.cpp 197 void WorkerMessagingProxy::workerThreadCreated(PassRefPtr<DedicatedWorkerThread> workerThread)
200 m_workerThread = workerThread;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTraceEvents.cpp 21 #include "core/workers/WorkerThread.h"
403 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorTracingSessionIdForWorkerEvent::data(const String& sessionId, WorkerThread* workerThread)
407 value->setDouble("workerThreadId", workerThread->platformThreadId());
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 

Completed in 322 milliseconds