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

/external/chromium_org/content/worker/
H A Dworker_thread.cc31 static base::LazyInstance<base::ThreadLocalPointer<WorkerThread> > lazy_tls =
34 WorkerThread::WorkerThread() { function in class:content::WorkerThread
59 WorkerThread::~WorkerThread() {
62 void WorkerThread::Shutdown() {
76 WorkerThread* WorkerThread::current() {
80 bool WorkerThread::OnControlMessageReceived(const IPC::Message& msg) {
86 IPC_BEGIN_MESSAGE_MAP(WorkerThread, ms
[all...]
H A Dworker_thread.h22 class WorkerThread : public ChildThread { class in namespace:content
24 WorkerThread();
25 virtual ~WorkerThread();
29 static WorkerThread* current();
54 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.cpp29 #include "core/workers/WorkerThread.h"
55 static HashSet<WorkerThread*>& workerThreads()
57 DEFINE_STATIC_LOCAL(HashSet<WorkerThread*>, threads, ());
61 unsigned WorkerThread::workerThreadCount()
67 WorkerThread::WorkerThread(WorkerLoaderProxy& workerLoaderProxy, WorkerReportingProxy& workerReportingProxy, PassOwnPtr<WorkerThreadStartupData> startupData) function in class:WebCore::WorkerThread
80 WorkerThread::~WorkerThread()
87 bool WorkerThread::start()
95 m_threadID = createThread(WorkerThread
[all...]
H A DWorkerThread.h49 class WorkerThread : public RefCounted<WorkerThread> { class in namespace:WebCore
51 virtual ~WorkerThread();
71 WorkerThread(WorkerLoaderProxy&, WorkerReportingProxy&, PassOwnPtr<WorkerThreadStartupData>);
82 // Static function executed as the core routine on the new thread. Passed a pointer to a WorkerThread object.
/external/chromium_org/chrome/test/functional/media/
H A Dworker_thread.py33 test_worker_class: WorkerThread class reference.
56 class WorkerThread(threading.Thread): class in inherits:threading.Thread
63 """Sets up WorkerThread class variables.
104 unique_url = '%s?%d' % (self.__url, WorkerThread._task_id.next())
/external/chromium/base/threading/
H A Dworker_pool_posix.cc53 class WorkerThread : public PlatformThread::Delegate { class in namespace:base::__anon1807
55 WorkerThread(const std::string& name_prefix, int idle_seconds_before_exit, function in class:base::__anon1807::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/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_common_test.cc144 static void *WorkerThread(void *arg) { function in namespace:__sanitizer
157 pthread_create(&t, 0, WorkerThread, 0);
/external/chromium_org/base/threading/
H A Dworker_pool_posix.cc67 class WorkerThread : public PlatformThread::Delegate { class in namespace:base::__anon3985
69 WorkerThread(const std::string& name_prefix, function in class:base::__anon3985::WorkerThread
80 DISALLOW_COPY_AND_ASSIGN(WorkerThread);
83 void WorkerThread::ThreadMain() {
94 TRACE_EVENT2("task", "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/chrome/test/install_test/
H A Dchrome_proxy_server.py132 thread = WorkerThread(self)
177 class WorkerThread(threading.Thread): class in inherits:threading.Thread
/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 264 milliseconds