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

/external/chromium_org/v8/src/libplatform/
H A Dworker-thread.cc13 WorkerThread::WorkerThread(TaskQueue* queue) function in class:v8::platform::WorkerThread
14 : Thread(Options("V8 WorkerThread")), queue_(queue) {
19 WorkerThread::~WorkerThread() {
24 void WorkerThread::Run() {
H A Dworker-thread.h19 class WorkerThread : public base::Thread { class in namespace:v8::platform
21 explicit WorkerThread(TaskQueue* queue);
22 virtual ~WorkerThread();
32 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
/external/chromium_org/base/threading/
H A Dworker_pool_posix.cc67 class WorkerThread : public PlatformThread::Delegate { class in namespace:base::__anon2568
69 WorkerThread(const std::string& name_prefix, function in class:base::__anon2568::WorkerThread
80 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
83 void WorkerThread::ThreadMain() {
94 TRACE_EVENT2("toplevel", "WorkerThread::ThreadMain::Run",
108 // The WorkerThread is non-joinable, so it deletes itself.
167 // The new PlatformThread will take ownership of the WorkerThread object,
169 WorkerThread* worker =
170 new WorkerThread(name_prefix_, this);
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.h61 class WorkerThread : public RefCounted<WorkerThread> { class in namespace:blink
63 virtual ~WorkerThread();
102 WorkerThread(WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData>);
143 // WorkerThread might get deleted before it had a chance to properly
146 // members during the WorkerThread's destruction.
H A DWorkerThread.cpp29 #include "core/workers/WorkerThread.h"
76 static HashSet<WorkerThread*>& workerThreads()
78 DEFINE_STATIC_LOCAL(HashSet<WorkerThread*>, threads, ());
82 unsigned WorkerThread::workerThreadCount()
90 explicit WorkerSharedTimer(WorkerThread* workerThread)
137 WorkerThread* m_workerThread;
146 static PassOwnPtr<WorkerThreadTask> create(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented)
170 WorkerThreadTask(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented)
181 const WorkerThread& m_workerThread;
188 static PassOwnPtr<RunDebuggerQueueTask> create(WorkerThread* threa
204 WorkerThread::WorkerThread(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtrWillBeRawPtr<WorkerThreadStartupData> startupData) function in class:blink::WorkerThread
[all...]
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc152 static void *WorkerThread(void *arg) { function in namespace:__sanitizer
165 PTHREAD_CREATE(&t, 0, WorkerThread, 0);
/external/chromium_org/chrome/tools/
H A Dwebforms_aggregator.py595 class WorkerThread(threading.Thread): class in inherits:threading.Thread
621 """Calls the Run function of WorkerThread which creates & runs a Crawler obj.
679 t = WorkerThread(url)
/external/stressapptest/src/
H A Dworker.h204 class WorkerThread { class
212 WorkerThread();
213 virtual ~WorkerThread();
239 // Starts per-WorkerThread timer.
248 // Stops per-WorkerThread timer and records thread run duration.
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 {
[all...]
H A Dworker.cc139 WorkerThread *worker = static_cast<WorkerThread*>(ptr);
236 WorkerThread::WorkerThread() { function in class:WorkerThread
247 WorkerThread::~WorkerThread() {}
288 void WorkerThread::InitThread(int thread_num_init,
310 bool WorkerThread::InitPriority() {
342 int WorkerThread::SpawnThread() {
360 bool WorkerThread
[all...]
/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 432 milliseconds