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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java65 protected volatile Thread workerThread; field in class:RefQueueWorker
95 if (this.workerThread == null) {
96 this.workerThread = Thread.currentThread();
99 while (this.workerThread == Thread.currentThread()) {
120 Thread wt = this.workerThread;
122 this.workerThread = null; // indicate shutdown
135 return "RefQueueWorker::" + this.workerThread;
/external/webkit/Source/WebKit/chromium/src/
H A DWebWorkerBase.h106 WebCore::WorkerThread* workerThread() { return m_workerThread.get(); } function in class:WebKit::WebWorkerBase
/external/webkit/Source/WebCore/bindings/v8/
H A DWorkerScriptDebugServer.cpp129 WorkerThread* workerThread = workerContext->thread(); local
135 result = workerThread->runLoop().runInMode(workerContext, "debugger");
/external/webkit/Source/WebCore/workers/
H A DWorkerThread.cpp118 return static_cast<WorkerThread*>(thread)->workerThread();
121 void* WorkerThread::workerThread() function in class:WebCore::WorkerThread
H A DWorkerMessagingProxy.cpp294 void WorkerMessagingProxy::workerThreadCreated(PassRefPtr<DedicatedWorkerThread> workerThread) argument
296 m_workerThread = workerThread;

Completed in 146 milliseconds