Home
last modified time | relevance | path

Searched refs:DispatchDirectTask (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/firefox/firefox-99.0/dom/media/webrtc/libwebrtcglue/
H A DCallWorkerThread.h87 CallWorkerThread::DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) { in DispatchDirectTask() function
89 return mWebrtcTaskQueue->mTaskQueue->DispatchDirectTask( in DispatchDirectTask()
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DAbstractThread.cpp157 NS_IMETHOD DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) override { in DispatchDirectTask() function in mozilla::XPCOMThreadWrapper
158 return mDirectTaskDispatcher->DispatchDirectTask(std::move(aEvent)); in DispatchDirectTask()
364 void AbstractThread::DispatchDirectTask( in DispatchDirectTask() function in mozilla::AbstractThread
H A DAbstractThread.h118 static void DispatchDirectTask(already_AddRefed<nsIRunnable> aRunnable);
H A DStateWatching.h246 AbstractThread::DispatchDirectTask( in Notify()
H A DTaskQueue.cpp256 TaskQueue::DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) { in DispatchDirectTask() function in mozilla::TaskQueue
H A DTaskDispatcher.h139 mDirectTaskDispatcher->DispatchDirectTask(std::move(aRunnable)); in AddDirectTask()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DAbstractThread.cpp153 NS_IMETHOD DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) override { in DispatchDirectTask() function in mozilla::XPCOMThreadWrapper
154 return mDirectTaskDispatcher->DispatchDirectTask(std::move(aEvent)); in DispatchDirectTask()
359 void AbstractThread::DispatchDirectTask( in DispatchDirectTask() function in mozilla::AbstractThread
H A DAbstractThread.h121 static void DispatchDirectTask(already_AddRefed<nsIRunnable> aRunnable);
H A DStateWatching.h246 AbstractThread::DispatchDirectTask( in Notify()
H A DTaskQueue.cpp258 TaskQueue::DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) { in DispatchDirectTask() function in mozilla::TaskQueue
H A DTaskDispatcher.h137 mDirectTaskDispatcher->DispatchDirectTask(std::move(aRunnable)); in AddDirectTask()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DAbstractThread.cpp153 NS_IMETHOD DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) override { in DispatchDirectTask() function in mozilla::XPCOMThreadWrapper
154 return mDirectTaskDispatcher->DispatchDirectTask(std::move(aEvent)); in DispatchDirectTask()
359 void AbstractThread::DispatchDirectTask( in DispatchDirectTask() function in mozilla::AbstractThread
H A DAbstractThread.h121 static void DispatchDirectTask(already_AddRefed<nsIRunnable> aRunnable);
H A DStateWatching.h246 AbstractThread::DispatchDirectTask( in Notify()
H A DTaskQueue.cpp258 TaskQueue::DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) { in DispatchDirectTask() function in mozilla::TaskQueue
H A DTaskDispatcher.h137 mDirectTaskDispatcher->DispatchDirectTask(std::move(aRunnable)); in AddDirectTask()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DAbstractThread.h98 static void DispatchDirectTask(already_AddRefed<nsIRunnable> aRunnable);
H A DAbstractThread.cpp173 AbstractThread::DispatchDirectTask(already_AddRefed<nsIRunnable> aRunnable) in DispatchDirectTask() function in mozilla::AbstractThread
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DAbstractThread.h120 static void DispatchDirectTask(already_AddRefed<nsIRunnable> aRunnable);
H A DStateWatching.h246 AbstractThread::DispatchDirectTask( in Notify()
H A DAbstractThread.cpp281 void AbstractThread::DispatchDirectTask( in DispatchDirectTask() function in mozilla::AbstractThread
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DAbstractThread.h119 static void DispatchDirectTask(already_AddRefed<nsIRunnable> aRunnable);
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocGroup.cpp107 LabellingEventTarget::DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) { in DispatchDirectTask() function in LabellingEventTarget
108 return mMainThread->DispatchDirectTask(std::move(aEvent)); in DispatchDirectTask()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocGroup.cpp107 LabellingEventTarget::DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) { in DispatchDirectTask() function in LabellingEventTarget
108 return mMainThread->DispatchDirectTask(std::move(aEvent)); in DispatchDirectTask()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocGroup.cpp107 LabellingEventTarget::DispatchDirectTask(already_AddRefed<nsIRunnable> aEvent) { in DispatchDirectTask() function in LabellingEventTarget
108 return mMainThread->DispatchDirectTask(std::move(aEvent)); in DispatchDirectTask()

123