Home
last modified time | relevance | path

Searched full:subchannel_pool (Results 1 – 7 of 7) sorted by relevance

/third_party/grpc/src/core/client_channel/
Dsubchannel.cc579 auto* subchannel_pool = args.GetObject<SubchannelPoolInterface>(); in Create() local
580 CHECK_NE(subchannel_pool, nullptr); in Create()
581 RefCountedPtr<Subchannel> c = subchannel_pool->FindSubchannel(key); in Create()
591 subchannel_pool->RegisterSubchannel(c->key_, c); in Create()
592 if (registered == c) c->subchannel_pool_ = subchannel_pool->Ref(); in Create()
680 // The subchannel_pool is only used once here in this subchannel, so the in Orphaned()
908 const RefCountedPtr<SubchannelPoolInterface>& subchannel_pool, in MakeSubchannelArgs() argument
917 .SetObject(subchannel_pool) in MakeSubchannelArgs()
Dsubchannel_pool_interface.cc31 #define GRPC_ARG_SUBCHANNEL_POOL "grpc.internal.subchannel_pool"
Dsubchannel_pool_interface.h68 : RefCounted(GRPC_TRACE_FLAG_ENABLED(subchannel_pool) in SubchannelPoolInterface()
Dsubchannel.h280 const RefCountedPtr<SubchannelPoolInterface>& subchannel_pool,
/third_party/grpc/src/core/lib/debug/
Dtrace_flags.cc113 TraceFlag subchannel_pool_trace(false, "subchannel_pool");
198 {"subchannel_pool", &subchannel_pool_trace}, in GetAllTraceFlags()
Dtrace_flags.yaml299 subchannel_pool:
/third_party/grpc/doc/
Dtrace_flags.md72 - subchannel_pool - Subchannel pool.