Home
last modified time | relevance | path

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

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRefQueueWorker.java65 protected volatile Thread workerThread; field in RefQueueWorker
/external/webkit/Source/WebKit/chromium/src/
DWebWorkerBase.h106 WebCore::WorkerThread* workerThread() { return m_workerThread.get(); } in workerThread() function
/external/webkit/Source/WebCore/bindings/v8/
DWorkerScriptDebugServer.cpp129 WorkerThread* workerThread = workerContext->thread(); in runMessageLoopOnPause() local
/external/webkit/Source/WebCore/workers/
DWorkerThread.cpp121 void* WorkerThread::workerThread() in workerThread() function in WebCore::WorkerThread
DWorkerMessagingProxy.cpp294 void WorkerMessagingProxy::workerThreadCreated(PassRefPtr<DedicatedWorkerThread> workerThread) in workerThreadCreated()