Home
last modified time | relevance | path

Searched refs:IsOnTargetThread (Results 1 – 25 of 32) sorted by relevance

12

/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaEventSource.h108 static bool IsOnTargetThread(nsIEventTarget* aTarget) {
121 static bool IsOnTargetThread(AbstractThread* aTarget) {
213 MOZ_DIAGNOSTIC_ASSERT(EventTarget<Target>::IsOnTargetThread(aTarget));
235 MOZ_DIAGNOSTIC_ASSERT(EventTarget<Target>::IsOnTargetThread(data->mTarget));
250 MOZ_DIAGNOSTIC_ASSERT(EventTarget<Target>::IsOnTargetThread(aTarget));
265 MOZ_DIAGNOSTIC_ASSERT(EventTarget<Target>::IsOnTargetThread(data->mTarget));
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/fetch/
H A DFetch.h186 IsOnTargetThread() in IsOnTargetThread() function
194 MOZ_ASSERT(IsOnTargetThread()); in AssertIsOnTargetThread()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaEventSource.h117 static bool IsOnTargetThread(nsIEventTarget* aTarget) {
130 static bool IsOnTargetThread(AbstractThread* aTarget) {
262 MOZ_DIAGNOSTIC_ASSERT(EventTarget<Target>::IsOnTargetThread(target));
267 MOZ_DIAGNOSTIC_ASSERT(EventTarget<Target>::IsOnTargetThread(mTarget));
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaEventSource.h117 static bool IsOnTargetThread(nsIEventTarget* aTarget) {
130 static bool IsOnTargetThread(AbstractThread* aTarget) {
262 MOZ_DIAGNOSTIC_ASSERT(EventTarget<Target>::IsOnTargetThread(target));
267 MOZ_DIAGNOSTIC_ASSERT(EventTarget<Target>::IsOnTargetThread(mTarget));
/dports/www/firefox-esr/firefox-91.8.0/dom/fetch/
H A DFetch.h248 bool IsOnTargetThread() { return NS_IsMainThread() == !mWorkerPrivate; } in IsOnTargetThread() function
250 void AssertIsOnTargetThread() { MOZ_ASSERT(IsOnTargetThread()); } in AssertIsOnTargetThread()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/fetch/
H A DFetch.h248 bool IsOnTargetThread() { return NS_IsMainThread() == !mWorkerPrivate; } in IsOnTargetThread() function
250 void AssertIsOnTargetThread() { MOZ_ASSERT(IsOnTargetThread()); } in AssertIsOnTargetThread()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/fetch/
H A DFetch.h256 bool IsOnTargetThread() { return NS_IsMainThread() == !mWorkerPrivate; } in IsOnTargetThread() function
258 void AssertIsOnTargetThread() { MOZ_ASSERT(IsOnTargetThread()); } in AssertIsOnTargetThread()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/fetch/
H A DFetch.h250 bool IsOnTargetThread() { return NS_IsMainThread() == !mWorkerPrivate; } in IsOnTargetThread() function
252 void AssertIsOnTargetThread() { MOZ_ASSERT(IsOnTargetThread()); } in AssertIsOnTargetThread()
/dports/www/firefox/firefox-99.0/netwerk/protocol/websocket/
H A DWebSocketChannelChild.cpp567 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in Close()
618 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendMsg()
642 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendBinaryMsg()
695 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendBinaryStream()
H A DBaseWebSocketChannel.h81 bool IsOnTargetThread();
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/websocket/
H A DWebSocketChannelChild.cpp586 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendMsg()
609 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendBinaryMsg()
713 WebSocketChannelChild::IsOnTargetThread() in IsOnTargetThread() function in mozilla::net::WebSocketChannelChild
H A DWebSocketChannelChild.h70 bool IsOnTargetThread();
H A DWebSocketChannel.cpp595 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
638 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
676 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
710 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
1254 if (!IsOnTargetThread()) { in Observe()
1271 if (IsOnTargetThread()) { in OnNetworkChanged()
1329 WebSocketChannel::IsOnTargetThread() in IsOnTargetThread() function in mozilla::net::WebSocketChannel
2914 if (!IsOnTargetThread()) { in StartWebsocketData()
3588 MOZ_ASSERT(IsOnTargetThread(), "not target thread"); in SendMsgCommon()
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannelChild.cpp612 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendMsg()
636 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendBinaryMsg()
721 bool WebSocketChannelChild::IsOnTargetThread() { in IsOnTargetThread() function in mozilla::net::WebSocketChannelChild
H A DWebSocketChannelChild.h78 bool IsOnTargetThread();
H A DWebSocketChannel.cpp535 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
579 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
619 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
656 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
1210 if (!IsOnTargetThread()) { in Observe()
1230 if (IsOnTargetThread()) { in OnNetworkChanged()
1283 bool WebSocketChannel::IsOnTargetThread() { in IsOnTargetThread() function in mozilla::net::WebSocketChannel
2841 if (!IsOnTargetThread()) { in CallStartWebsocketData()
3525 MOZ_ASSERT(IsOnTargetThread(), "not target thread"); in SendMsgCommon()
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/websocket/
H A DWebSocketChannelChild.cpp590 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendMsg()
614 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendBinaryMsg()
699 bool WebSocketChannelChild::IsOnTargetThread() { in IsOnTargetThread() function in mozilla::net::WebSocketChannelChild
H A DWebSocketChannelChild.h75 bool IsOnTargetThread();
H A DWebSocketChannel.cpp548 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
594 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
636 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
674 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
1193 if (!IsOnTargetThread()) { in Observe()
1213 if (IsOnTargetThread()) { in OnNetworkChanged()
1266 bool WebSocketChannel::IsOnTargetThread() { in IsOnTargetThread() function in mozilla::net::WebSocketChannel
2815 if (!IsOnTargetThread()) { in StartWebsocketData()
3487 MOZ_ASSERT(IsOnTargetThread(), "not target thread"); in SendMsgCommon()
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/websocket/
H A DWebSocketChannelChild.cpp612 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendMsg()
636 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendBinaryMsg()
721 bool WebSocketChannelChild::IsOnTargetThread() { in IsOnTargetThread() function in mozilla::net::WebSocketChannelChild
H A DWebSocketChannelChild.h78 bool IsOnTargetThread();
H A DWebSocketChannel.cpp535 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
579 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
619 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
656 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
1210 if (!IsOnTargetThread()) { in Observe()
1230 if (IsOnTargetThread()) { in OnNetworkChanged()
1283 bool WebSocketChannel::IsOnTargetThread() { in IsOnTargetThread() function in mozilla::net::WebSocketChannel
2841 if (!IsOnTargetThread()) { in CallStartWebsocketData()
3525 MOZ_ASSERT(IsOnTargetThread(), "not target thread"); in SendMsgCommon()
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/websocket/
H A DWebSocketChannelChild.cpp576 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendMsg()
600 MOZ_RELEASE_ASSERT(IsOnTargetThread()); in SendBinaryMsg()
685 bool WebSocketChannelChild::IsOnTargetThread() { in IsOnTargetThread() function in mozilla::net::WebSocketChannelChild
H A DWebSocketChannelChild.h76 bool IsOnTargetThread();
H A DWebSocketChannel.cpp530 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
574 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
614 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
651 MOZ_ASSERT(mChannel->IsOnTargetThread()); in Run()
1197 if (!IsOnTargetThread()) { in Observe()
1217 if (IsOnTargetThread()) { in OnNetworkChanged()
1270 bool WebSocketChannel::IsOnTargetThread() { in IsOnTargetThread() function in mozilla::net::WebSocketChannel
2829 if (!IsOnTargetThread()) { in CallStartWebsocketData()
3506 MOZ_ASSERT(IsOnTargetThread(), "not target thread"); in SendMsgCommon()

12