Home
last modified time | relevance | path

Searched refs:aIsOnCurrentThread (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DWorkerEventTarget.cpp136 WorkerEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
137 MOZ_ASSERT(aIsOnCurrentThread); in IsOnCurrentThread()
138 *aIsOnCurrentThread = IsOnCurrentThreadInfallible(); in IsOnCurrentThread()
H A DWorkerPrivate.cpp5537 WorkerPrivate::EventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
5540 MOZ_ASSERT(aIsOnCurrentThread); in IsOnCurrentThread()
5549 *aIsOnCurrentThread = mWorkerPrivate->IsOnCurrentThread(); in IsOnCurrentThread()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/
H A DWorkerEventTarget.cpp130 WorkerEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
131 MOZ_ASSERT(aIsOnCurrentThread); in IsOnCurrentThread()
132 *aIsOnCurrentThread = IsOnCurrentThreadInfallible(); in IsOnCurrentThread()
/dports/www/firefox/firefox-99.0/dom/workers/
H A DWorkerEventTarget.cpp134 WorkerEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
135 MOZ_ASSERT(aIsOnCurrentThread); in IsOnCurrentThread()
136 *aIsOnCurrentThread = IsOnCurrentThreadInfallible(); in IsOnCurrentThread()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/
H A DWorkerEventTarget.cpp136 WorkerEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
137 MOZ_ASSERT(aIsOnCurrentThread); in IsOnCurrentThread()
138 *aIsOnCurrentThread = IsOnCurrentThreadInfallible(); in IsOnCurrentThread()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/workers/
H A DWorkerEventTarget.cpp130 WorkerEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
131 MOZ_ASSERT(aIsOnCurrentThread); in IsOnCurrentThread()
132 *aIsOnCurrentThread = IsOnCurrentThreadInfallible(); in IsOnCurrentThread()
H A DWorkerPrivate.cpp4895 WorkerPrivate::EventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
4898 MOZ_ASSERT(aIsOnCurrentThread); in IsOnCurrentThread()
4907 *aIsOnCurrentThread = mWorkerPrivate->IsOnCurrentThread(); in IsOnCurrentThread()
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/threads/
H A DThreadEventTarget.cpp119 ThreadEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
120 *aIsOnCurrentThread = IsOnCurrentThread(); in IsOnCurrentThread()
H A DLazyIdleThread.cpp416 LazyIdleThread::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
418 return mThread->IsOnCurrentThread(aIsOnCurrentThread); in IsOnCurrentThread()
421 *aIsOnCurrentThread = false; in IsOnCurrentThread()
/dports/www/firefox/firefox-99.0/xpcom/threads/
H A DThreadEventTarget.cpp120 ThreadEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
121 *aIsOnCurrentThread = IsOnCurrentThread(); in IsOnCurrentThread()
H A DLazyIdleThread.cpp420 LazyIdleThread::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
422 return mThread->IsOnCurrentThread(aIsOnCurrentThread); in IsOnCurrentThread()
425 *aIsOnCurrentThread = false; in IsOnCurrentThread()
/dports/www/firefox-esr/firefox-91.8.0/xpcom/threads/
H A DThreadEventTarget.cpp119 ThreadEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
120 *aIsOnCurrentThread = IsOnCurrentThread(); in IsOnCurrentThread()
H A DLazyIdleThread.cpp416 LazyIdleThread::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
418 return mThread->IsOnCurrentThread(aIsOnCurrentThread); in IsOnCurrentThread()
421 *aIsOnCurrentThread = false; in IsOnCurrentThread()
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/threads/
H A DThreadEventTarget.cpp178 ThreadEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
179 *aIsOnCurrentThread = IsOnCurrentThread(); in IsOnCurrentThread()
H A DLazyIdleThread.cpp399 LazyIdleThread::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
401 return mThread->IsOnCurrentThread(aIsOnCurrentThread); in IsOnCurrentThread()
404 *aIsOnCurrentThread = false; in IsOnCurrentThread()
H A DSchedulerGroup.cpp152 SchedulerEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
153 *aIsOnCurrentThread = NS_IsMainThread(); in IsOnCurrentThread()
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/threads/
H A DThreadEventTarget.cpp184 ThreadEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
185 *aIsOnCurrentThread = IsOnCurrentThread(); in IsOnCurrentThread()
H A DLazyIdleThread.cpp416 LazyIdleThread::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
418 return mThread->IsOnCurrentThread(aIsOnCurrentThread); in IsOnCurrentThread()
421 *aIsOnCurrentThread = false; in IsOnCurrentThread()
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/threads/
H A DLazyIdleThread.cpp441 LazyIdleThread::IsOnCurrentThread(bool* aIsOnCurrentThread) in IsOnCurrentThread() argument
444 return mThread->IsOnCurrentThread(aIsOnCurrentThread); in IsOnCurrentThread()
447 *aIsOnCurrentThread = false; in IsOnCurrentThread()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/base/
H A DDocGroup.cpp81 LabellingEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
82 *aIsOnCurrentThread = NS_IsMainThread(); in IsOnCurrentThread()
/dports/www/firefox-esr/firefox-91.8.0/dom/base/
H A DDocGroup.cpp91 LabellingEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
92 *aIsOnCurrentThread = NS_IsMainThread(); in IsOnCurrentThread()
/dports/www/firefox/firefox-99.0/dom/base/
H A DDocGroup.cpp91 LabellingEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
92 *aIsOnCurrentThread = NS_IsMainThread(); in IsOnCurrentThread()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/base/
H A DDocGroup.cpp91 LabellingEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) { in IsOnCurrentThread() argument
92 *aIsOnCurrentThread = NS_IsMainThread(); in IsOnCurrentThread()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DWorkerPrivate.h1101 IsOnCurrentThread(bool* aIsOnCurrentThread);
1589 IsOnCurrentThread(bool* aIsOnCurrentThread) override;
H A DWorkerPrivate.cpp1658 TimerThreadEventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) in IsOnCurrentThread() argument
1660 MOZ_ASSERT(aIsOnCurrentThread); in IsOnCurrentThread()
1662 nsresult rv = mWorkerPrivate->IsOnCurrentThread(aIsOnCurrentThread); in IsOnCurrentThread()
5012 WorkerPrivate::IsOnCurrentThread(bool* aIsOnCurrentThread) in IsOnCurrentThread() argument
5016 MOZ_ASSERT(aIsOnCurrentThread); in IsOnCurrentThread()
5019 *aIsOnCurrentThread = PR_GetCurrentThread() == mPRThread; in IsOnCurrentThread()
6712 EventTarget::IsOnCurrentThread(bool* aIsOnCurrentThread) in IsOnCurrentThread() argument
6716 MOZ_ASSERT(aIsOnCurrentThread); in IsOnCurrentThread()
6725 nsresult rv = mWorkerPrivate->IsOnCurrentThread(aIsOnCurrentThread); in IsOnCurrentThread()

12