Home
last modified time | relevance | path

Searched refs:ShutdownEvent (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/firefox/firefox-99.0/dom/media/systemservices/
H A DMediaUtils.cpp51 MediaEventSource<void>& ShutdownEvent() { return mShutdownEvent; } in ShutdownEvent() function in mozilla::media::__anonea585dd70111::MediaEventBlocker
72 mShutdownEventForwarder.Forward(mBlocker->ShutdownEvent()); in AddBlocker()
76 MediaEventSource<void>& ShutdownEvent() { return mShutdownEventForwarder; } in ShutdownEvent() function in mozilla::media::__anonea585dd70111::RefCountedTicket
107 MediaEventSource<void>& ShutdownEvent() override { in ShutdownEvent() function in mozilla::media::__anonea585dd70111::ShutdownBlockingTicketImpl
108 return mTicket->ShutdownEvent(); in ShutdownEvent()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/src/
H A Dprocess_launcher.cc96 ShutdownEvent event /* = ShutdownEvent::TERM */) const noexcept { in send_shutdown_event()
100 case ShutdownEvent::TERM: in send_shutdown_event()
103 case ShutdownEvent::KILL: in send_shutdown_event()
109 case ShutdownEvent::TERM: in send_shutdown_event()
112 case ShutdownEvent::KILL: in send_shutdown_event()
291 send_shutdown_event(ShutdownEvent::TERM); in close()
299 if (send_shutdown_event(ShutdownEvent::KILL)) in close()
515 if (std::error_code ec1 = send_shutdown_event(ShutdownEvent::TERM)) { in close()
525 std::error_code ec2 = send_shutdown_event(ShutdownEvent::KILL); in close()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/src/harness/include/
H A Dprocess_launcher.h213 enum class ShutdownEvent { enum
224 ShutdownEvent event = ShutdownEvent::TERM) const noexcept;
/dports/devel/msbuild/msbuild-0.06/src/Build/BackEnd/Components/SdkResolution/
H A DHostedSdkResolverServiceBase.cs20 protected readonly AutoResetEvent ShutdownEvent = new AutoResetEvent(initialState: false); field in Microsoft.Build.BackEnd.SdkResolution.HostedSdkResolverServiceBase
51 ShutdownEvent.Set(); in ShutdownComponent()
H A DOutOfProcNodeSdkResolverService.cs117 WaitHandle.WaitAny(new WaitHandle[] {_responseReceivedEvent, ShutdownEvent}); in RequestSdkPathFromMainNode()
H A DMainNodeSdkResolverService.cs185 … WaitHandle[] handles = new WaitHandle[] { ShutdownEvent, _requestReceivedEvent }; in RequestHandlerPumpProc()
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/joshuarubin/go-sway/
H A Dsubscribe.go48 Shutdown(context.Context, ShutdownEvent) argument
84 func (h noOpEventHandler) Shutdown(context.Context, ShutdownEvent) {}
139 var e ShutdownEvent
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/joshuarubin/go-sway/
H A Dsubscribe.go48 Shutdown(context.Context, ShutdownEvent) argument
84 func (h noOpEventHandler) Shutdown(context.Context, ShutdownEvent) {}
139 var e ShutdownEvent
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/joshuarubin/go-sway/
H A Dsubscribe.go48 Shutdown(context.Context, ShutdownEvent) argument
84 func (h noOpEventHandler) Shutdown(context.Context, ShutdownEvent) {}
139 var e ShutdownEvent
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/joshuarubin/go-sway/
H A Dsubscribe.go48 Shutdown(context.Context, ShutdownEvent) argument
84 func (h noOpEventHandler) Shutdown(context.Context, ShutdownEvent) {}
139 var e ShutdownEvent
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/mscom/
H A DInterceptorLog.cpp48 class ShutdownEvent final : public nsIObserver class
55 ~ShutdownEvent() {} in ~ShutdownEvent()
58 NS_IMPL_ISUPPORTS(ShutdownEvent, nsIObserver)
124 nsCOMPtr<nsIObserver> shutdownEvent = new ShutdownEvent(); in Logger()
396 ShutdownEvent::Observe(nsISupports* aSubject, const char* aTopic, in Observe()
/dports/devel/log4net/log4net-1.2.10/src/Core/
H A DWrapperMap.cs129 logger.Repository.ShutdownEvent += m_shutdownHandler; in GetWrapper()
218 repository.ShutdownEvent -= m_shutdownHandler; in RepositoryShutdown()
/dports/www/firefox-esr/firefox-91.8.0/ipc/mscom/
H A DInterceptorLog.cpp54 class ShutdownEvent final : public nsIObserver { class
60 ~ShutdownEvent() {} in ~ShutdownEvent()
63 NS_IMPL_ISUPPORTS(ShutdownEvent, nsIObserver)
134 nsCOMPtr<nsIObserver> shutdownEvent = new ShutdownEvent(); in Logger()
448 ShutdownEvent::Observe(nsISupports* aSubject, const char* aTopic, in Observe()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/mscom/
H A DInterceptorLog.cpp52 class ShutdownEvent final : public nsIObserver { class
58 ~ShutdownEvent() {} in ~ShutdownEvent()
61 NS_IMPL_ISUPPORTS(ShutdownEvent, nsIObserver)
132 nsCOMPtr<nsIObserver> shutdownEvent = new ShutdownEvent(); in Logger()
447 ShutdownEvent::Observe(nsISupports* aSubject, const char* aTopic, in Observe()
/dports/www/firefox/firefox-99.0/ipc/mscom/
H A DInterceptorLog.cpp54 class ShutdownEvent final : public nsIObserver { class
60 ~ShutdownEvent() {} in ~ShutdownEvent()
63 NS_IMPL_ISUPPORTS(ShutdownEvent, nsIObserver)
134 nsCOMPtr<nsIObserver> shutdownEvent = new ShutdownEvent(); in Logger()
449 ShutdownEvent::Observe(nsISupports* aSubject, const char* aTopic, in Observe()
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/mscom/
H A DInterceptorLog.cpp54 class ShutdownEvent final : public nsIObserver { class
60 ~ShutdownEvent() {} in ~ShutdownEvent()
63 NS_IMPL_ISUPPORTS(ShutdownEvent, nsIObserver)
134 nsCOMPtr<nsIObserver> shutdownEvent = new ShutdownEvent(); in Logger()
448 ShutdownEvent::Observe(nsISupports* aSubject, const char* aTopic, in Observe()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/mscom/
H A DInterceptorLog.cpp52 class ShutdownEvent final : public nsIObserver { class
58 ~ShutdownEvent() {} in ~ShutdownEvent()
61 NS_IMPL_ISUPPORTS(ShutdownEvent, nsIObserver)
132 nsCOMPtr<nsIObserver> shutdownEvent = new ShutdownEvent(); in Logger()
446 ShutdownEvent::Observe(nsISupports* aSubject, const char* aTopic, in Observe()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/router/tests/helpers/
H A Dprocess_wrapper.h163 mysql_harness::ProcessLauncher::ShutdownEvent event =
164 mysql_harness::ProcessLauncher::ShutdownEvent::TERM) const noexcept {
/dports/dns/flamethrower/flamethrower-0.11.0/3rd/uvw/uvw/
H A Dstream.hpp47 struct ShutdownEvent {}; struct
90 invoke(&uv_shutdown, get(), handle, &defaultCallback<ShutdownEvent>); in shutdown()
183 shutdown->template once<ShutdownEvent>(listener); in shutdown()
/dports/net/astron/Astron-c8ba982/src/deps/uvw/uvw/
H A Dstream.hpp47 struct ShutdownEvent {}; struct
90 invoke(&uv_shutdown, get(), handle, &defaultCallback<ShutdownEvent>); in shutdown()
183 shutdown->template once<ShutdownEvent>(listener); in shutdown()
/dports/x11/py-i3ipc/i3ipc-2.2.1/i3ipc/
H A D__init__.py6 from .events import (BarconfigUpdateEvent, BindingEvent, BindingInfo, OutputEvent, ShutdownEvent,
H A Devents.py220 class ShutdownEvent(IpcBaseEvent): class
/dports/x11/py-i3ipc/i3ipc-2.2.1/docs/
H A Devents.rst40 .. autoclass:: i3ipc.ShutdownEvent
/dports/devel/log4net/log4net-1.2.10/src/Repository/
H A DILoggerRepository.cs288 event LoggerRepositoryShutdownEventHandler ShutdownEvent; event
H A DLoggerRepositorySkeleton.cs343 public event LoggerRepositoryShutdownEventHandler ShutdownEvent property in log4net.Repository.LoggerRepositorySkeleton

123