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

  /external/webrtc/webrtc/test/
direct_transport.cc 29 shutting_down_(false),
43 shutting_down_ = true;
88 return shutting_down_ ? false : true;
direct_transport.h 61 bool shutting_down_; member in class:webrtc::test::DirectTransport
  /art/runtime/jdwp/
jdwp_adb.cc 73 shutting_down_ = false;
102 shutting_down_ = true;
127 return shutting_down_;
132 if (shutting_down_) {
139 bool shutting_down_ GUARDED_BY(state_lock_);
242 if (shutting_down_) {
311 if (shutting_down_) {
  /art/runtime/
thread_pool.h 145 return shutting_down_;
157 volatile bool shutting_down_ GUARDED_BY(task_queue_lock_);
thread_pool.cc 125 shutting_down_(false),
155 shutting_down_ = true;
234 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || HasOutstandingTasks())) {
runtime.h 187 return shutting_down_;
810 bool shutting_down_ GUARDED_BY(Locks::runtime_shutdown_lock_);
runtime.cc 231 shutting_down_(false),
315 shutting_down_ = true;
    [all...]
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.cc 126 shutting_down_(false),
140 // must be entered and the shutting_down_ flag checked. The
146 shutting_down_ = true;
178 // the clients_ list once the shutting_down_ flag is set.
275 if (shutting_down_) {
580 if (shutting_down_) {
716 if (shutting_down_) {
801 if (shutting_down_) {
861 if (shutting_down_) {
    [all...]
crash_generation_server.h 281 bool shutting_down_; member in class:google_breakpad::CrashGenerationServer
  /art/runtime/jit/
profile_saver.h 125 bool shutting_down_ GUARDED_BY(Locks::profiler_lock_);
profile_saver.cc 79 shutting_down_(false),
182 if (instance_ == nullptr || instance_->shutting_down_) {
697 if (instance_->shutting_down_) {
701 instance_->shutting_down_ = true;
730 return shutting_down_;
    [all...]
  /art/dex2oat/
dex2oat.cc 465 shutting_down_(false) {
482 shutting_down_ = true;
549 while (!shutting_down_) {
570 bool shutting_down_; member in class:art::WatchDog
    [all...]

Completed in 131 milliseconds