Home
last modified time | relevance | path

Searched refs:shutdown_ (Results 1 – 7 of 7) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dselect_reactor.ipp35 shutdown_(false)
47 shutdown_ = true;
102 if (shutdown_)
Dselect_reactor.hpp44 if (shutdown_) in schedule_timer()
Dtask_io_service.ipp91 shutdown_(false)
99 shutdown_ = true;
118 if (!shutdown_ && !task_)
/external/libchrome/base/synchronization/
Dcondition_variable_unittest.cc146 bool shutdown_; // Set when threads need to terminate. member in base::__anon934976bf0111::WorkQueue
510 shutdown_(false) { in WorkQueue()
575 return shutdown_; in shutdown()
672 shutdown_ = true; in SetShutdown()
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dtask_io_service.hpp179 bool shutdown_; member in asio::detail::task_io_service
Dselect_reactor.hpp171 bool shutdown_; member in asio::detail::select_reactor
/external/protobuf/src/google/protobuf/
Dmessage.cc481 } shutdown_; variable