Searched defs:workerThread (Results 1 - 14 of 14) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java70 protected volatile Thread workerThread; field in class:RefQueueWorker
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/
H A DWebWorkerRunLoop.cpp57 WebWorkerRunLoop::WebWorkerRunLoop(WorkerThread* workerThread) argument
58 : m_workerThread(workerThread)
H A DWebSharedWorkerImpl.h119 WorkerThread* workerThread() { return m_workerThread.get(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerInspectorProxy.cpp35 void WorkerInspectorProxy::workerThreadCreated(ExecutionContext* context, WorkerThread* workerThread, const KURL& url) argument
37 m_workerThread = workerThread;
H A DWorkerMessagingProxy.cpp197 void WorkerMessagingProxy::workerThreadCreated(PassRefPtr<DedicatedWorkerThread> workerThread) argument
200 m_workerThread = workerThread;
H A DWorkerThread.cpp90 explicit WorkerSharedTimer(WorkerThread* workerThread) argument
91 : m_workerThread(workerThread)
146 static PassOwnPtr<WorkerThreadTask> create(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented) argument
148 return adoptPtr(new WorkerThreadTask(workerThread, task, isInstrumented));
170 WorkerThreadTask(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented) argument
171 : m_workerThread(workerThread)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorTraceEvents.cpp403 PassRefPtr<TraceEvent::ConvertableToTraceFormat> InspectorTracingSessionIdForWorkerEvent::data(const String& sessionId, WorkerThread* workerThread) argument
407 value->setDouble("workerThreadId", workerThread->platformThreadId());
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp4653 OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread")); local
4654 workerThread->postTask(new Task(WTF::bind(workerThreadMain)));
4757 OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread")); local
4758 workerThread->postTask(new Task(WTF::bind(workerThreadMain)));
4860 OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread")); local
4861 workerThread->postTask(new Task(WTF::bind(workerThreadMain)));
5044 OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread")); local
5045 workerThread->postTask(new Task(WTF::bind(workerThreadMain)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/smack/asmack-master/lib/
H A Dhttpclient-4.1.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 359 milliseconds