HomeSort by relevance Sort by last modified time
    Searched refs:shutting_down_ (Results 1 - 14 of 14) 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 72 shutting_down_ = false;
101 shutting_down_ = true;
126 return shutting_down_;
131 if (shutting_down_) {
138 bool shutting_down_ GUARDED_BY(state_lock_);
240 if (shutting_down_) {
308 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 129 shutting_down_(false),
159 shutting_down_ = true;
238 while (!shutting_down_ && (waiting_count_ != GetThreadCount() || HasOutstandingTasks())) {
runtime.h 194 return shutting_down_;
910 bool shutting_down_ GUARDED_BY(Locks::runtime_shutdown_lock_);
    [all...]
runtime.cc 239 shutting_down_(false),
345 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/adbconnection/
adbconnection.h 149 std::atomic<bool> shutting_down_; member in class:adbconnection::AdbConnectionState
adbconnection.cc 135 shutting_down_(false),
503 while (!shutting_down_) {
563 // shutting_down_ set by StopDebuggerThreads
564 while (!shutting_down_) {
570 while (!shutting_down_ && control_sock_ != -1) {
    [all...]
  /art/runtime/jit/
profile_saver.h 125 bool shutting_down_ GUARDED_BY(Locks::profiler_lock_);
profile_saver.cc 81 shutting_down_(false),
196 if (instance_ == nullptr || instance_->shutting_down_) {
734 if (instance_->shutting_down_) {
738 instance_->shutting_down_ = true;
767 return shutting_down_;
    [all...]
  /art/dex2oat/
dex2oat.cc 502 shutting_down_(false) {
519 shutting_down_ = true;
583 while (!shutting_down_) {
604 bool shutting_down_; member in class:art::WatchDog
    [all...]

Completed in 1143 milliseconds