Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc163 timer_pending_ = true; in Start()
171 if (timer_pending_) { in Finish()
173 timer_pending_ = false; in Finish()
189 if (error == GRPC_ERROR_NONE && timer_pending_) { in OnTimerLocked()
190 timer_pending_ = false; in OnTimerLocked()
234 bool timer_pending_ = false; member in grpc_core::XdsClient::ChannelState::AdsCallState::ResourceState