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

  /external/webrtc/webrtc/test/
direct_transport.h 61 bool shutting_down_; member in class:webrtc::test::DirectTransport
  /art/adbconnection/
adbconnection.h 149 std::atomic<bool> shutting_down_; member in class:adbconnection::AdbConnectionState
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_server.h 281 bool shutting_down_; member in class:google_breakpad::CrashGenerationServer
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/
subchannel_list.h 201 bool shutting_down() const { return shutting_down_; }
265 bool shutting_down_ = false; member in class:grpc_core::SubchannelList
562 GPR_ASSERT(!shutting_down_);
563 shutting_down_ = true;
  /external/grpc-grpc/test/cpp/end2end/
thread_stress_test.cc 176 shutting_down_ = false;
193 shutting_down_ = true;
233 if (!shutting_down_) {
255 bool shutting_down_; member in class:grpc::testing::CommonStressTestAsyncServer
  /external/grpc-grpc/src/core/ext/filters/client_channel/lb_policy/grpclb/
grpclb.cc 290 bool shutting_down_ = false; member in class:grpc_core::__anon22970::GrpcLb
503 GPR_ASSERT(!grpclb_policy()->shutting_down_);
    [all...]
  /art/dex2oat/
dex2oat.cc 524 shutting_down_(false) {
541 shutting_down_ = true;
613 while (!shutting_down_) {
646 bool shutting_down_; member in class:art::WatchDog
    [all...]

Completed in 128 milliseconds