Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannelz.cc202 MutexLock lock(&child_mu_); in PopulateChildRefs()
230 MutexLock lock(&child_mu_); in AddChildChannel()
235 MutexLock lock(&child_mu_); in RemoveChildChannel()
240 MutexLock lock(&child_mu_); in AddChildSubchannel()
245 MutexLock lock(&child_mu_); in RemoveChildSubchannel()
259 MutexLock lock(&child_mu_); in AddChildSocket()
264 MutexLock lock(&child_mu_); in RemoveChildSocket()
269 MutexLock lock(&child_mu_); in AddChildListenSocket()
274 MutexLock lock(&child_mu_); in RemoveChildListenSocket()
286 MutexLock lock(&child_mu_); in RenderServerSockets()
[all …]
Dchannelz.h224 Mutex child_mu_; // Guards sets below. variable
266 Mutex child_mu_; // Guards child maps below. variable