Home
last modified time | relevance | path

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

12345678910>>...52

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/workers/
H A Dworker_thread.cc152 WorkerThread::~WorkerThread() { in ~WorkerThread()
168 void WorkerThread::Start( in Start()
247 void WorkerThread::Pause() { in Pause()
251 void WorkerThread::Freeze() { in Freeze()
393 HashSet<WorkerThread*>& WorkerThread::InitializingWorkerThreads() { in InitializingWorkerThreads()
398 HashSet<WorkerThread*>& WorkerThread::WorkerThreads() { in WorkerThreads()
440 void WorkerThread::ChildThreadStartedOnWorkerThread(WorkerThread* child) { in ChildThreadStartedOnWorkerThread()
451 void WorkerThread::ChildThreadTerminatedOnWorkerThread(WorkerThread* child) { in ChildThreadTerminatedOnWorkerThread()
458 WorkerThread::WorkerThread(WorkerReportingProxy& worker_reporting_proxy) in WorkerThread() function in blink::WorkerThread
462 WorkerThread::WorkerThread(WorkerReportingProxy& worker_reporting_proxy, in WorkerThread() function in blink::WorkerThread
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/workers/
H A Dworker_thread.cc153 WorkerThread::~WorkerThread() { in ~WorkerThread()
166 void WorkerThread::Start( in Start()
251 void WorkerThread::Pause() { in Pause()
255 void WorkerThread::Freeze() { in Freeze()
393 HashSet<WorkerThread*>& WorkerThread::InitializingWorkerThreads() { in InitializingWorkerThreads()
398 HashSet<WorkerThread*>& WorkerThread::WorkerThreads() { in WorkerThreads()
445 void WorkerThread::ChildThreadStartedOnWorkerThread(WorkerThread* child) { in ChildThreadStartedOnWorkerThread()
456 void WorkerThread::ChildThreadTerminatedOnWorkerThread(WorkerThread* child) { in ChildThreadTerminatedOnWorkerThread()
463 WorkerThread::WorkerThread(WorkerReportingProxy& worker_reporting_proxy) in WorkerThread() function in blink::WorkerThread
467 WorkerThread::WorkerThread(WorkerReportingProxy& worker_reporting_proxy, in WorkerThread() function in blink::WorkerThread
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/scheduler/worker/
H A Dworker_thread.cc29 WorkerThread::WorkerThread(const ThreadCreationParams& params) in WorkerThread() function in blink::scheduler::WorkerThread
43 const_cast<scheduler::WorkerThread*>(this)); in WorkerThread()
50 WorkerThread::~WorkerThread() { in ~WorkerThread()
60 void WorkerThread::Init() { in Init()
69 WorkerThread::CreateNonMainThreadScheduler( in CreateNonMainThreadScheduler()
88 void WorkerThread::ShutdownOnThread() { in ShutdownOnThread()
98 WorkerThread* worker_thread) in SimpleThreadImpl()
127 WorkerThread::GCSupport::GCSupport(WorkerThread* thread) { in GCSupport()
135 WorkerThread::GCSupport::~GCSupport() { in ~GCSupport()
150 void WorkerThread::SimpleThreadImpl::Run() { in Run()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/scheduler/worker/
H A Dworker_thread.cc29 WorkerThread::WorkerThread(const ThreadCreationParams& params) in WorkerThread() function in blink::scheduler::WorkerThread
43 const_cast<scheduler::WorkerThread*>(this)); in WorkerThread()
50 WorkerThread::~WorkerThread() { in ~WorkerThread()
60 void WorkerThread::Init() { in Init()
69 WorkerThread::CreateNonMainThreadScheduler( in CreateNonMainThreadScheduler()
88 void WorkerThread::ShutdownOnThread() { in ShutdownOnThread()
98 WorkerThread* worker_thread) in SimpleThreadImpl()
127 WorkerThread::GCSupport::GCSupport(WorkerThread* thread) { in GCSupport()
135 WorkerThread::GCSupport::~GCSupport() { in ~GCSupport()
150 void WorkerThread::SimpleThreadImpl::Run() { in Run()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/task/thread_pool/
H A Dworker_thread.cc40 WorkerThread::WorkerThread(ThreadPriority priority_hint, in WorkerThread() function in base::internal::WorkerThread
81 void WorkerThread::WakeUp() { in WakeUp()
93 void WorkerThread::JoinForTesting() { in JoinForTesting()
119 WorkerThread::~WorkerThread() { in ~WorkerThread()
129 void WorkerThread::Cleanup() { in Cleanup()
135 void WorkerThread::BeginUnusedPeriod() { in BeginUnusedPeriod()
141 void WorkerThread::EndUnusedPeriod() { in EndUnusedPeriod()
152 bool WorkerThread::ShouldExit() const { in ShouldExit()
169 void WorkerThread::UpdateThreadPriority( in UpdateThreadPriority()
178 void WorkerThread::ThreadMain() { in ThreadMain()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/task/thread_pool/
H A Dworker_thread.cc40 WorkerThread::WorkerThread(ThreadPriority priority_hint, in WorkerThread() function in base::internal::WorkerThread
81 void WorkerThread::WakeUp() { in WakeUp()
93 void WorkerThread::JoinForTesting() { in JoinForTesting()
119 WorkerThread::~WorkerThread() { in ~WorkerThread()
129 void WorkerThread::Cleanup() { in Cleanup()
135 void WorkerThread::BeginUnusedPeriod() { in BeginUnusedPeriod()
141 void WorkerThread::EndUnusedPeriod() { in EndUnusedPeriod()
152 bool WorkerThread::ShouldExit() const { in ShouldExit()
169 void WorkerThread::UpdateThreadPriority( in UpdateThreadPriority()
178 void WorkerThread::ThreadMain() { in ThreadMain()
[all …]
H A Dworker_thread.h40 class BASE_EXPORT WorkerThread : public RefCountedThreadSafe<WorkerThread>,
67 virtual void OnMainEntry(const WorkerThread* worker) = 0;
70 virtual RegisteredTaskSource GetWork(WorkerThread* worker) = 0;
92 virtual void OnMainExit(WorkerThread* worker) {} in OnMainExit()
104 WorkerThread(ThreadPriority priority_hint,
109 WorkerThread(const WorkerThread&) = delete;
110 WorkerThread& operator=(const WorkerThread&) = delete;
127 WorkerThread::Delegate* delegate() { return delegate_.get(); } in delegate()
160 friend class RefCountedThreadSafe<WorkerThread>;
163 ~WorkerThread() override;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libgav1/src/src/utils/
H A Dthreadpool.cc120 explicit WorkerThread(ThreadPool* pool);
123 WorkerThread(const WorkerThread&) = delete;
124 WorkerThread& operator=(const WorkerThread&) = delete;
128 ~WorkerThread() = default;
153 ThreadPool::WorkerThread::WorkerThread(ThreadPool* pool) : pool_(pool) {} in WorkerThread() function in libgav1::ThreadPool::WorkerThread
157 bool ThreadPool::WorkerThread::Start() { in Start()
171 void ThreadPool::WorkerThread::Join() { in Join()
182 void ThreadPool::WorkerThread::SetupName() { in SetupName()
188 bool ThreadPool::WorkerThread::Start() { in Start()
200 void ThreadPool::WorkerThread::SetupName() { in SetupName()
[all …]
/dports/astro/phd2/phd2-2.6.10/
H A Dworker_thread.h90 class WorkerThread : public wxThread
135 WorkerThread(MyFrame *pFrame);
136 ~WorkerThread(void);
138 static WorkerThread *This(void);
202 inline void WorkerThread::RequestStop(void) in RequestStop()
207 inline WorkerThread *WorkerThread::This(void) in This()
214 WorkerThread *thr = WorkerThread::This(); in InterruptRequested()
228 inline bool WorkerThread::IsKillable(void) const in IsKillable()
233 inline bool WorkerThread::SetKillable(bool killable) in SetKillable()
242 WorkerThread *m_thread;
[all …]
/dports/deskutils/pinot/pinot-1.20/Core/
H A DWorkerThread.cpp66 Dispatcher WorkerThread::m_dispatcher;
134 WorkerThread::WorkerThread() : in WorkerThread() function in WorkerThread
144 WorkerThread::~WorkerThread() in ~WorkerThread()
163 void WorkerThread::inBackground(void) in inBackground()
173 bool WorkerThread::operator<(const WorkerThread &other) const in operator <()
187 void WorkerThread::stop(void) in stop()
197 bool WorkerThread::isDone(void) const in isDone()
252 void WorkerThread::emitSignal(void) in emitSignal()
371 WorkerThread *pWorkerThread = NULL; in get_thread()
598 WorkerThread(), in MonitorThread()
[all …]
H A DWorkerThread.h36 class WorkerThread
39 WorkerThread();
40 virtual ~WorkerThread();
63 bool operator<(const WorkerThread &other) const;
99 WorkerThread(const WorkerThread &other);
100 WorkerThread &operator=(const WorkerThread &other);
113 bool start_thread(WorkerThread *pWorkerThread, bool inBackground = false);
138 std::map<unsigned int, WorkerThread *> m_threads;
145 sigc::signal1<void, WorkerThread *> m_onThreadEndSignal;
154 WorkerThread *get_thread(void);
[all …]
/dports/multimedia/libgav1/libgav1-0.17.0/src/utils/
H A Dthreadpool.cc124 explicit WorkerThread(ThreadPool* pool);
127 WorkerThread(const WorkerThread&) = delete;
128 WorkerThread& operator=(const WorkerThread&) = delete;
132 ~WorkerThread() = default;
157 ThreadPool::WorkerThread::WorkerThread(ThreadPool* pool) : pool_(pool) {} in WorkerThread() function in libgav1::ThreadPool::WorkerThread
161 bool ThreadPool::WorkerThread::Start() { in Start()
175 void ThreadPool::WorkerThread::Join() { in Join()
186 void ThreadPool::WorkerThread::SetupName() { in SetupName()
192 bool ThreadPool::WorkerThread::Start() { in Start()
204 void ThreadPool::WorkerThread::SetupName() { in SetupName()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libgav1/src/src/utils/
H A Dthreadpool.cc120 explicit WorkerThread(ThreadPool* pool);
123 WorkerThread(const WorkerThread&) = delete;
124 WorkerThread& operator=(const WorkerThread&) = delete;
128 ~WorkerThread() = default;
147 ThreadPool::WorkerThread::WorkerThread(ThreadPool* pool) : pool_(pool) {} in WorkerThread() function in libgav1::ThreadPool::WorkerThread
151 bool ThreadPool::WorkerThread::Start() { in Start()
170 void ThreadPool::WorkerThread::Join() { in Join()
175 void ThreadPool::WorkerThread::SetupName() { in SetupName()
181 bool ThreadPool::WorkerThread::Start() { in Start()
187 void ThreadPool::WorkerThread::SetupName() { in SetupName()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DWorkerThread.cpp43 class WorkerThread::Observer final
67 WorkerThread::WorkerThread() in WorkerThread() function in mozilla::dom::workers::WorkerThread
78 WorkerThread::~WorkerThread() in ~WorkerThread()
86 already_AddRefed<WorkerThread>
87 WorkerThread::Create(const WorkerThreadFriendKey& /* aKey */) in Create()
89 RefPtr<WorkerThread> thread = new WorkerThread(); in Create()
99 WorkerThread::SetWorker(const WorkerThreadFriendKey& /* aKey */, in SetWorker()
170 WorkerThread::DispatchAnyThread(const WorkerThreadFriendKey& /* aKey */, in DispatchAnyThread()
204 NS_IMPL_ISUPPORTS_INHERITED0(WorkerThread, nsThread) in NS_IMPL_ISUPPORTS_INHERITED0() argument
300 WorkerThread::DelayedDispatch(already_AddRefed<nsIRunnable>, uint32_t) in DelayedDispatch()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DWorkerThread.cpp58 class WorkerThread::Observer final : public nsIThreadObserver {
76 WorkerThread::WorkerThread(ConstructorKey) in WorkerThread() function in mozilla::dom::WorkerThread
91 WorkerThread::~WorkerThread() { in ~WorkerThread()
98 SafeRefPtr<WorkerThread> WorkerThread::Create( in Create()
100 SafeRefPtr<WorkerThread> thread = in Create()
101 MakeSafeRefPtr<WorkerThread>(ConstructorKey()); in Create()
156 void WorkerThread::IncrementDispatchCounter() { in IncrementDispatchCounter()
164 nsresult WorkerThread::DispatchPrimaryRunnable( in DispatchPrimaryRunnable()
188 nsresult WorkerThread::DispatchAnyThread( in DispatchAnyThread()
328 uint32_t WorkerThread::RecursionDepth( in RecursionDepth()
[all …]
/dports/www/firefox/firefox-99.0/dom/workers/
H A DWorkerThread.cpp58 class WorkerThread::Observer final : public nsIThreadObserver {
76 WorkerThread::WorkerThread(ConstructorKey) in WorkerThread() function in mozilla::dom::WorkerThread
91 WorkerThread::~WorkerThread() { in ~WorkerThread()
98 SafeRefPtr<WorkerThread> WorkerThread::Create( in Create()
100 SafeRefPtr<WorkerThread> thread = in Create()
101 MakeSafeRefPtr<WorkerThread>(ConstructorKey()); in Create()
156 void WorkerThread::IncrementDispatchCounter() { in IncrementDispatchCounter()
164 nsresult WorkerThread::DispatchPrimaryRunnable( in DispatchPrimaryRunnable()
188 nsresult WorkerThread::DispatchAnyThread( in DispatchAnyThread()
328 uint32_t WorkerThread::RecursionDepth( in RecursionDepth()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/
H A DWorkerThread.cpp58 class WorkerThread::Observer final : public nsIThreadObserver {
76 WorkerThread::WorkerThread(ConstructorKey) in WorkerThread() function in mozilla::dom::WorkerThread
91 WorkerThread::~WorkerThread() { in ~WorkerThread()
98 SafeRefPtr<WorkerThread> WorkerThread::Create( in Create()
100 SafeRefPtr<WorkerThread> thread = in Create()
101 MakeSafeRefPtr<WorkerThread>(ConstructorKey()); in Create()
156 void WorkerThread::IncrementDispatchCounter() { in IncrementDispatchCounter()
164 nsresult WorkerThread::DispatchPrimaryRunnable( in DispatchPrimaryRunnable()
188 nsresult WorkerThread::DispatchAnyThread( in DispatchAnyThread()
328 uint32_t WorkerThread::RecursionDepth( in RecursionDepth()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/
H A DWorkerThread.cpp68 WorkerThread::WorkerThread() in WorkerThread() function in mozilla::dom::WorkerThread
83 WorkerThread::~WorkerThread() { in ~WorkerThread()
90 already_AddRefed<WorkerThread> WorkerThread::Create( in Create()
92 RefPtr<WorkerThread> thread = new WorkerThread(); in Create()
149 void WorkerThread::IncrementDispatchCounter() { in IncrementDispatchCounter()
160 nsresult WorkerThread::DispatchPrimaryRunnable( in DispatchPrimaryRunnable()
184 nsresult WorkerThread::DispatchAnyThread( in DispatchAnyThread()
323 uint32_t WorkerThread::RecursionDepth( in RecursionDepth()
330 PerformanceCounter* WorkerThread::GetPerformanceCounter( in GetPerformanceCounter()
339 WorkerThread::Shutdown() { in Shutdown()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/workers/
H A DWorkerThread.cpp43 class WorkerThread::Observer final : public nsIThreadObserver {
61 WorkerThread::WorkerThread() in WorkerThread() function in mozilla::dom::WorkerThread
76 WorkerThread::~WorkerThread() { in ~WorkerThread()
83 already_AddRefed<WorkerThread> WorkerThread::Create( in Create()
85 RefPtr<WorkerThread> thread = new WorkerThread(); in Create()
138 nsresult WorkerThread::DispatchPrimaryRunnable( in DispatchPrimaryRunnable()
162 nsresult WorkerThread::DispatchAnyThread( in DispatchAnyThread()
203 WorkerThread::Dispatch(already_AddRefed<nsIRunnable> aRunnable, in Dispatch()
294 uint32_t WorkerThread::RecursionDepth( in RecursionDepth()
301 NS_IMPL_ISUPPORTS(WorkerThread::Observer, nsIThreadObserver) in NS_IMPL_ISUPPORTS()
[all …]
/dports/net/sems/sems-f89581a/apps/xmlrpc2di/
H A DMultithreadXmlRpcServer.cpp21 WorkerThread::WorkerThread(MultithreadXmlRpcServer* chief) in WorkerThread() function in WorkerThread
32 void WorkerThread::wakeup() { in wakeup()
36 void WorkerThread::run() in run()
62 void WorkerThread::postEvent(AmEvent* ev) { in postEvent()
78 void WorkerThread::on_stop() { in on_stop()
88 for (std::vector<WorkerThread*>::iterator it= in ~MultithreadXmlRpcServer()
123 WorkerThread* thr = NULL; in acceptConnection()
138 void MultithreadXmlRpcServer::reportBack(WorkerThread* thr) { in reportBack()
145 WorkerThread* MultithreadXmlRpcServer::getIdleThread() { in getIdleThread()
146 WorkerThread* res = NULL; in getIdleThread()
[all …]
/dports/audio/mixxx/mixxx-2.3.0/src/util/
H A Dworkerthread.cpp22 WorkerThread::WorkerThread( in WorkerThread() function in WorkerThread
32 WorkerThread::~WorkerThread() { in ~WorkerThread()
43 void WorkerThread::deleteAfterFinished() { in deleteAfterFinished()
45 connect(this, &WorkerThread::finished, this, &WorkerThread::deleteLater); in deleteAfterFinished()
55 void WorkerThread::run() { in run()
79 void WorkerThread::suspend() { in suspend()
88 void WorkerThread::resume() { in resume()
102 void WorkerThread::wake() { in wake()
115 void WorkerThread::stop() { in stop()
127 void WorkerThread::sleepWhileSuspended() { in sleepWhileSuspended()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/thread/
H A Dworker_thread.cc26 WorkerThreadImpl(WorkerThread* self, double initial_work_delay) in WorkerThreadImpl()
51 WorkerThread* self_; // Weak, owns this.
56 WorkerThread::WorkerThread(double work_interval, in WorkerThread() function in crashpad::WorkerThread
57 WorkerThread::Delegate* delegate) in WorkerThread()
64 WorkerThread::~WorkerThread() { in ~WorkerThread()
68 void WorkerThread::Start(double initial_work_delay) { in Start()
77 void WorkerThread::Stop() { in Stop()
91 void WorkerThread::DoWorkNow() { in DoWorkNow()
H A Dworker_thread_test.cc27 class WorkDelegate : public WorkerThread::Delegate {
60 TEST(WorkerThread, DoWork) { in TEST() argument
62 WorkerThread thread(0.05, &delegate); in TEST()
88 TEST(WorkerThread, StopBeforeDoWork) { in TEST() argument
90 WorkerThread thread(1, &delegate); in TEST()
98 TEST(WorkerThread, Restart) { in TEST() argument
100 WorkerThread thread(0.05, &delegate); in TEST()
117 TEST(WorkerThread, DoWorkNow) { in TEST() argument
119 WorkerThread thread(100, &delegate); in TEST()
139 TEST(WorkerThread, DoWorkNowAtStart) { in TEST() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/thread/
H A Dworker_thread.cc26 WorkerThreadImpl(WorkerThread* self, double initial_work_delay) in WorkerThreadImpl()
51 WorkerThread* self_; // Weak, owns this.
56 WorkerThread::WorkerThread(double work_interval, in WorkerThread() function in crashpad::WorkerThread
57 WorkerThread::Delegate* delegate) in WorkerThread()
64 WorkerThread::~WorkerThread() { in ~WorkerThread()
68 void WorkerThread::Start(double initial_work_delay) { in Start()
77 void WorkerThread::Stop() { in Stop()
91 void WorkerThread::DoWorkNow() { in DoWorkNow()
H A Dworker_thread_test.cc27 class WorkDelegate : public WorkerThread::Delegate {
60 TEST(WorkerThread, DoWork) { in TEST() argument
62 WorkerThread thread(0.05, &delegate); in TEST()
88 TEST(WorkerThread, StopBeforeDoWork) { in TEST() argument
90 WorkerThread thread(1, &delegate); in TEST()
98 TEST(WorkerThread, Restart) { in TEST() argument
100 WorkerThread thread(0.05, &delegate); in TEST()
117 TEST(WorkerThread, DoWorkNow) { in TEST() argument
119 WorkerThread thread(100, &delegate); in TEST()
139 TEST(WorkerThread, DoWorkNowAtStart) { in TEST() argument
[all …]

12345678910>>...52