Home
last modified time | relevance | path

Searched refs:WorkerThread (Results 1 – 25 of 50) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/workers/
DWorkerThread.cpp76 static HashSet<WorkerThread*>& workerThreads() in workerThreads()
78 DEFINE_STATIC_LOCAL(HashSet<WorkerThread*>, threads, ()); in workerThreads()
82 unsigned WorkerThread::workerThreadCount() in workerThreadCount()
90 explicit WorkerSharedTimer(WorkerThread* workerThread) in WorkerSharedTimer()
137 WorkerThread* m_workerThread;
146 …static PassOwnPtr<WorkerThreadTask> create(const WorkerThread& workerThread, PassOwnPtr<ExecutionC… in create()
170 …WorkerThreadTask(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isI… in WorkerThreadTask()
181 const WorkerThread& m_workerThread;
188 static PassOwnPtr<RunDebuggerQueueTask> create(WorkerThread* thread) in create()
195 m_thread->runDebuggerTask(WorkerThread::DontWaitForMessage); in performTask()
[all …]
DWorkerInspectorProxy.h14 class WorkerThread; variable
30 void workerThreadCreated(ExecutionContext*, WorkerThread*, const KURL&);
43 WorkerThread* m_workerThread;
DWorkerThread.h61 class WorkerThread : public RefCounted<WorkerThread> {
63 virtual ~WorkerThread();
102WorkerThread(WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartup…
DWorkerGlobalScope.h60 class WorkerThread; variable
88 WorkerThread* thread() const { return m_thread; } in thread()
134 …WorkerGlobalScope(const KURL&, const String& userAgent, WorkerThread*, double timeOrigin, PassOwnP…
162 WorkerThread* m_thread;
DSharedWorkerThread.h40 class SharedWorkerThread : public WorkerThread {
DDedicatedWorkerThread.h41 class DedicatedWorkerThread FINAL : public WorkerThread {
DSharedWorkerThread.cpp46 : WorkerThread(workerLoaderProxy, workerReportingProxy, startupData) in SharedWorkerThread()
DDedicatedWorkerThread.cpp47 : WorkerThread(workerLoaderProxy, workerObjectProxy, startupData) in DedicatedWorkerThread()
/external/chromium_org/v8/src/libplatform/
Dworker-thread.cc13 WorkerThread::WorkerThread(TaskQueue* queue) in WorkerThread() function in v8::platform::WorkerThread
19 WorkerThread::~WorkerThread() { in ~WorkerThread()
24 void WorkerThread::Run() { in Run()
Dworker-thread.h19 class WorkerThread : public base::Thread {
21 explicit WorkerThread(TaskQueue* queue);
22 virtual ~WorkerThread();
32 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
Dworker-thread-unittest.cc40 WorkerThread thread1(&queue); in TEST()
41 WorkerThread thread2(&queue); in TEST()
Ddefault-platform.h22 class WorkerThread; variable
47 std::vector<WorkerThread*> thread_pool_;
Ddefault-platform.cc43 for (std::vector<WorkerThread*>::iterator i = thread_pool_.begin(); in ~DefaultPlatform()
76 thread_pool_.push_back(new WorkerThread(&queue_)); in EnsureInitialized()
/external/stressapptest/src/
Dworker.h204 class WorkerThread {
212 WorkerThread();
213 virtual ~WorkerThread();
405 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
409 class FileThread : public WorkerThread {
492 class NetworkThread : public WorkerThread {
558 class CopyThread : public WorkerThread {
571 class InvertThread : public WorkerThread {
586 class FillThread : public WorkerThread {
603 class CheckThread : public WorkerThread {
[all …]
Dworker.cc139 WorkerThread *worker = static_cast<WorkerThread*>(ptr); in ThreadSpawnerGeneric()
236 WorkerThread::WorkerThread() { in WorkerThread() function in WorkerThread
247 WorkerThread::~WorkerThread() {} in ~WorkerThread()
288 void WorkerThread::InitThread(int thread_num_init, in InitThread()
310 bool WorkerThread::InitPriority() { in InitPriority()
342 int WorkerThread::SpawnThread() { in SpawnThread()
360 bool WorkerThread::KillThread() { in KillThread()
365 bool WorkerThread::JoinThread() { in JoinThread()
378 void WorkerThread::StartRoutine() { in StartRoutine()
388 bool WorkerThread::Work() { in Work()
[all …]
/external/chromium_org/base/threading/
Dworker_pool_posix.cc67 class WorkerThread : public PlatformThread::Delegate { class
69 WorkerThread(const std::string& name_prefix, in WorkerThread() function in base::__anon4652c8ea0111::WorkerThread
80 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
83 void WorkerThread::ThreadMain() { in ThreadMain()
169 WorkerThread* worker = in AddTask()
170 new WorkerThread(name_prefix_, this); in AddTask()
/external/chromium_org/third_party/WebKit/public/platform/
DWebWorkerRunLoop.h32 class WorkerThread; variable
48 WebWorkerRunLoop(WorkerThread*);
52 WorkerThread* m_workerThread;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DWorkerDebuggerAgent.cpp46 explicit RunInspectorCommandsTask(WorkerThread* thread) in RunInspectorCommandsTask()
54 …while (MessageQueueMessageReceived == m_thread->runDebuggerTask(WorkerThread::DontWaitForMessage))… in run()
59 WorkerThread* m_thread;
DInspectorTraceEvents.h30 class WorkerThread; variable
184 …atic PassRefPtr<TraceEvent::ConvertableToTraceFormat> data(const String& sessionId, WorkerThread*);
/external/chromium_org/third_party/WebKit/Source/web/
DWebSharedWorkerImpl.h118 void setWorkerThread(PassRefPtr<WorkerThread> thread) { m_workerThread = thread; } in setWorkerThread()
119 WorkerThread* workerThread() { return m_workerThread.get(); } in workerThread()
145 RefPtr<WorkerThread> m_workerThread;
DWebEmbeddedWorkerImpl.h47 class WorkerThread; variable
113 RefPtr<WorkerThread> m_workerThread;
DWebWorkerRunLoop.cpp57 WebWorkerRunLoop::WebWorkerRunLoop(WorkerThread* workerThread) in WebWorkerRunLoop()
/external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
DServiceWorkerThread.h40 class ServiceWorkerThread FINAL : public WorkerThread {
DServiceWorkerThread.cpp46 : WorkerThread(workerLoaderProxy, workerReportingProxy, startupData) in ServiceWorkerThread()
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DWorkerScriptDebugServer.h40 class WorkerThread; variable

12