Searched defs:WorkerThread (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/workers/
H A DWorkerThread.cpp31 #include "WorkerThread.h"
56 unsigned WorkerThread::m_threadCount = 0;
58 unsigned WorkerThread::workerThreadCount()
86 WorkerThread::WorkerThread(const KURL& scriptURL, const String& userAgent, const String& sourceCode, WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy) function in class:WebCore::WorkerThread
96 WorkerThread::~WorkerThread()
103 bool WorkerThread::start()
111 m_threadID = createThread(WorkerThread::workerThreadStart, this, "WebCore: Worker");
116 void* WorkerThread
[all...]
H A DWorkerThread.h47 class WorkerThread : public RefCounted<WorkerThread> { class in namespace:WebCore
49 virtual ~WorkerThread();
68 WorkerThread(const KURL&, const String& userAgent, const String& sourceCode, WorkerLoaderProxy&, WorkerReportingProxy&);
79 // Static function executed as the core routine on the new thread. Passed a pointer to a WorkerThread object.
97 // Track the number of WorkerThread instances for use in layout tests.
/external/chromium/base/threading/
H A Dworker_pool_posix.cc53 class WorkerThread : public PlatformThread::Delegate { class in namespace:base::__anon1230
55 WorkerThread(const std::string& name_prefix, int idle_seconds_before_exit, function in class:base::__anon1230::WorkerThread
68 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
71 void WorkerThread::ThreadMain() {
84 // The WorkerThread is non-joinable, so it deletes itself.
134 // The new PlatformThread will take ownership of the WorkerThread object,
136 WorkerThread* worker =
137 new WorkerThread(name_prefix_, idle_seconds_before_exit_, this);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 168 milliseconds