Home
last modified time | relevance | path

Searched refs:SupportsTailDispatch (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DAbstractThread.cpp132 return SupportsTailDispatch() && aThread->SupportsTailDispatch(); in RequiresTailDispatch()
H A DAbstractThread.h80 bool SupportsTailDispatch() const { return mSupportsTailDispatch; } in SupportsTailDispatch() function
H A DStateMirroring.h131 MOZ_ASSERT(aThread->SupportsTailDispatch(), "Can't get coherency without tail dispatch"); in Impl()
294 MOZ_ASSERT(aThread->SupportsTailDispatch(), "Can't get coherency without tail dispatch"); in Impl()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DAbstractThread.cpp223 return SupportsTailDispatch() && aThread->SupportsTailDispatch(); in RequiresTailDispatch()
H A DAbstractThread.h98 bool SupportsTailDispatch() const { return mSupportsTailDispatch; } in SupportsTailDispatch() function
H A DStateMirroring.h132 MOZ_ASSERT(aThread->SupportsTailDispatch(), in Impl()
302 MOZ_ASSERT(aThread->SupportsTailDispatch(), in Impl()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DAbstractThread.cpp231 return SupportsTailDispatch() && aThread->SupportsTailDispatch(); in RequiresTailDispatch()
H A DAbstractThread.h97 bool SupportsTailDispatch() const { return mSupportsTailDispatch; } in SupportsTailDispatch() function
H A DStateMirroring.h132 MOZ_ASSERT(aThread->SupportsTailDispatch(), in Impl()
302 MOZ_ASSERT(aThread->SupportsTailDispatch(), in Impl()
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DAbstractThread.h96 bool SupportsTailDispatch() const { return mSupportsTailDispatch; } in SupportsTailDispatch() function
H A DAbstractThread.cpp306 return SupportsTailDispatch() && aThread->SupportsTailDispatch(); in RequiresTailDispatch()
H A DStateMirroring.h136 MOZ_ASSERT(aThread->SupportsTailDispatch(), in Impl()
306 MOZ_ASSERT(aThread->SupportsTailDispatch(), in Impl()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DAbstractThread.h99 bool SupportsTailDispatch() const { return mSupportsTailDispatch; } in SupportsTailDispatch() function
H A DStateMirroring.h136 MOZ_ASSERT(aThread->SupportsTailDispatch(), in Impl()
306 MOZ_ASSERT(aThread->SupportsTailDispatch(), in Impl()
H A DAbstractThread.cpp301 return SupportsTailDispatch() && aThread->SupportsTailDispatch(); in RequiresTailDispatch()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DAbstractThread.h99 bool SupportsTailDispatch() const { return mSupportsTailDispatch; } in SupportsTailDispatch() function
H A DAbstractThread.cpp301 return SupportsTailDispatch() && aThread->SupportsTailDispatch(); in RequiresTailDispatch()
H A DStateMirroring.h136 MOZ_ASSERT(aThread->SupportsTailDispatch(), in Impl()
306 MOZ_ASSERT(aThread->SupportsTailDispatch(), in Impl()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/libwebrtcglue/
H A DCallWorkerThread.h27 : AbstractThread(aWebrtcTaskQueue->mTaskQueue->SupportsTailDispatch()), in CallWorkerThread()