HomeSort by relevance Sort by last modified time
    Searched refs:should_exit_ (Results 1 - 4 of 4) sorted by null

  /external/libbrillo/brillo/message_loops/
message_loop.cc 55 while (!should_exit_ && RunOnce(true)) {}
56 should_exit_ = false;
60 should_exit_ = true;
message_loop.h 128 bool should_exit_ = false; member in class:brillo::MessageLoop
  /art/runtime/jdwp/
jdwp_main.cc 237 should_exit_(false),
520 if (should_exit_) {
637 should_exit_ = true;
jdwp.h 406 bool should_exit_; member in struct:art::JDWP::JdwpState

Completed in 166 milliseconds