Searched refs:DispatchInterruptMessage (Results 1 – 10 of 10) sorted by relevance
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/glue/ |
H A D | MessageChannel.h | 296 void DispatchInterruptMessage(Message &&aMsg, size_t aStackDepth);
|
H A D | MessageChannel.cpp | 1422 DispatchInterruptMessage(Move(recvd), stackDepth); in Call() 1679 DispatchInterruptMessage(Move(aMsg), 0); in DispatchMessage() 1790 MessageChannel::DispatchInterruptMessage(Message&& aMsg, size_t stackDepth) in DispatchInterruptMessage() function in mozilla::ipc::MessageChannel
|
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/glue/ |
H A D | MessageChannel.h | 383 void DispatchInterruptMessage(Message&& aMsg, size_t aStackDepth);
|
H A D | MessageChannel.cpp | 1650 DispatchInterruptMessage(Move(recvd), stackDepth); in Call() 1941 DispatchInterruptMessage(Move(aMsg), 0); in DispatchMessage() 2019 void MessageChannel::DispatchInterruptMessage(Message&& aMsg, in DispatchInterruptMessage() function in mozilla::ipc::MessageChannel
|
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/glue/ |
H A D | MessageChannel.h | 410 void DispatchInterruptMessage(ActorLifecycleProxy* aProxy, Message&& aMsg,
|
H A D | MessageChannel.cpp | 1811 DispatchInterruptMessage(listenerProxy, std::move(recvd), stackDepth); in Call() 2112 DispatchInterruptMessage(listenerProxy, std::move(aMsg), 0); in DispatchMessage() 2195 void MessageChannel::DispatchInterruptMessage(ActorLifecycleProxy* aProxy, in DispatchInterruptMessage() function in mozilla::ipc::MessageChannel
|
/dports/www/firefox-esr/firefox-91.8.0/ipc/glue/ |
H A D | MessageChannel.h | 409 void DispatchInterruptMessage(ActorLifecycleProxy* aProxy, Message&& aMsg,
|
H A D | MessageChannel.cpp | 1711 DispatchInterruptMessage(listenerProxy, std::move(recvd), stackDepth); in Call() 1999 DispatchInterruptMessage(listenerProxy, std::move(aMsg), 0); in DispatchMessage() 2081 void MessageChannel::DispatchInterruptMessage(ActorLifecycleProxy* aProxy, in DispatchInterruptMessage() function in mozilla::ipc::MessageChannel
|
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/glue/ |
H A D | MessageChannel.h | 409 void DispatchInterruptMessage(ActorLifecycleProxy* aProxy, Message&& aMsg,
|
H A D | MessageChannel.cpp | 1711 DispatchInterruptMessage(listenerProxy, std::move(recvd), stackDepth); in Call() 1999 DispatchInterruptMessage(listenerProxy, std::move(aMsg), 0); in DispatchMessage() 2081 void MessageChannel::DispatchInterruptMessage(ActorLifecycleProxy* aProxy, in DispatchInterruptMessage() function in mozilla::ipc::MessageChannel
|