Searched refs:shutdown_event (Results 1 – 10 of 10) sorted by relevance
78 base::win::ScopedHandle shutdown_event; in ForceServiceProcessShutdown() local83 shutdown_event.Set(OpenEvent(EVENT_MODIFY_STATE, FALSE, event_name.c_str())); in ForceServiceProcessShutdown()84 if (!shutdown_event.IsValid()) in ForceServiceProcessShutdown()86 SetEvent(shutdown_event.Get()); in ForceServiceProcessShutdown()
108 explicit EventChannel(const EventType& shutdown_event) in EventChannel() argument112 shutdown_event_(shutdown_event) { in EventChannel()
38 static const ServerConnectionEvent shutdown_event = variable148 channel_(new Channel(shutdown_event)), in ServerConnectionManager()
182 virtual base::WaitableEvent* shutdown_event() = 0;
93 virtual base::WaitableEvent* shutdown_event();
141 g_browser_process->shutdown_event()->Signal(); in Shutdown()
124 g_browser_process->shutdown_event()); in GpuProcessHostUIShim()
593 base::WaitableEvent* BrowserProcessImpl::shutdown_event() { in shutdown_event() function in BrowserProcessImpl
54 g_browser_process->shutdown_event())); in ConnectInternal()
170 true, g_browser_process->shutdown_event())); in InitializeChannel()