service_process_util_win.cc | 58 shutdown_event_.Set(CreateEvent(NULL, TRUE, FALSE, event_name.c_str())); 59 watcher_.StartWatching(shutdown_event_.Get(), this); 69 base::win::ScopedHandle shutdown_event_; member in class:__anon4818::ServiceProcessShutdownMonitor
|