Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/lb_policy/xds/
Dxds_cluster_impl.cc75 CircuitBreakerCallCounterMap* g_call_counter_map = nullptr; variable
97 MutexLock lock(&g_call_counter_map->mu_); in ~CallCounter()
98 auto it = g_call_counter_map->map_.find(key_); in ~CallCounter()
99 if (it != g_call_counter_map->map_.end() && it->second == this) { in ~CallCounter()
100 g_call_counter_map->map_.erase(it); in ~CallCounter()
440 call_counter_ = g_call_counter_map->GetOrCreate( in UpdateLocked()
804 grpc_core::g_call_counter_map = new grpc_core::CircuitBreakerCallCounterMap(); in grpc_lb_policy_xds_cluster_impl_init()
811 delete grpc_core::g_call_counter_map; in grpc_lb_policy_xds_cluster_impl_shutdown()