Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/
Dtypes.go163 case *subChannel:
194 type subChannel struct { struct
204 func (sc *subChannel) addChild(id int64, e entry) { argument
212 func (sc *subChannel) deleteChild(id int64) { argument
217 func (sc *subChannel) triggerDelete() { argument
222 func (sc *subChannel) deleteSelfIfReady() { argument
Dfuncs.go85 subChannels: make(map[int64]*subChannel),
167 sc := &subChannel{
239 subChannels map[int64]*subChannel
263 func (c *channelMap) addSubChannel(id int64, sc *subChannel, pid int64, ref string) {
526 var sc *subChannel