Searched refs:shut_down_ (Results 1 – 5 of 5) sorted by relevance
76 GPR_DEBUG_ASSERT(!shut_down_.Load(MemoryOrder::RELAXED)); in AssertHasNotBeenShutDown()106 shut_down_.Store(true, MemoryOrder::RELAXED); in ~ThreadPool()
137 Atomic<bool> shut_down_{false}; // Destructor has been called if set to true
34 shut_down_(false), in VideoStreamDecoderImpl()51 shut_down_ = true; in ~VideoStreamDecoderImpl()161 if (shut_down_) { in OnNextFrameCallback()
117 bool shut_down_ RTC_GUARDED_BY(shut_down_mutex_);
190 shut_down_ = true; in ShutDown()656 if (!shut_down_) { in SendMessage()951 bool shut_down_ = false; member in IPC::__anonf422a6c80111::ChannelAssociatedGroupController