HomeSort by relevance Sort by last modified time
    Searched full:shutdown_ (Results 1 - 6 of 6) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
select_reactor.hpp 44 if (shutdown_)
select_reactor.ipp 35 shutdown_(false)
47 shutdown_ = true;
102 if (shutdown_)
task_io_service.ipp 91 shutdown_(false)
99 shutdown_ = true;
118 if (!shutdown_ && !task_)
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
select_reactor.hpp 171 bool shutdown_; member in class:asio::detail::select_reactor
task_io_service.hpp 179 bool shutdown_; member in class:asio::detail::task_io_service
  /external/libchrome/base/synchronization/
condition_variable_unittest.cc 144 bool shutdown_; // Set when threads need to terminate. member in class:base::__anon14389::WorkQueue
508 shutdown_(false) {
573 return shutdown_;
670 shutdown_ = true;

Completed in 86 milliseconds