Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc157 Mutex* resolution_mu() const { return &resolution_mu_; } in resolution_mu() function in grpc_core::__anon5e2240680111::ChannelData
2922 MutexLock lock(chand->resolution_mu()); in CancelLocked()
3087 MutexLock lock(chand->resolution_mu()); in CheckResolution()