Searched refs:shutdown_ (Results 1 – 3 of 3) sorted by relevance
135 bool shutdown_; // Set when threads need to terminate. member in __anonca0a39970111::WorkQueue505 shutdown_(false) { in WorkQueue()569 return shutdown_; in shutdown()670 shutdown_ = true; in SetShutdown()
537 shutdown_(false), in HostResolverImpl()577 if (shutdown_) in Resolve()659 if (shutdown_) { in CancelRequest()702 shutdown_ = true; in Shutdown()
238 bool shutdown_; variable