Home
last modified time | relevance | path

Searched refs:shut_down_ (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/executor/
Dthreadpool.cc76 GPR_DEBUG_ASSERT(!shut_down_.Load(MemoryOrder::RELAXED)); in AssertHasNotBeenShutDown()
106 shut_down_.Store(true, MemoryOrder::RELAXED); in ~ThreadPool()
Dthreadpool.h137 Atomic<bool> shut_down_{false}; // Destructor has been called if set to true
/external/webrtc/video/
Dvideo_stream_decoder_impl.cc34 shut_down_(false), in VideoStreamDecoderImpl()
51 shut_down_ = true; in ~VideoStreamDecoderImpl()
161 if (shut_down_) { in OnNextFrameCallback()
Dvideo_stream_decoder_impl.h117 bool shut_down_ RTC_GUARDED_BY(shut_down_mutex_);
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc190 shut_down_ = true; in ShutDown()
656 if (!shut_down_) { in SendMessage()
951 bool shut_down_ = false; member in IPC::__anonf422a6c80111::ChannelAssociatedGroupController