type google.golang.org/grpc/internal/channelz.listenSocket
11 uses
google.golang.org/grpc/internal/channelz (current package)
funcs.go#L110: listenSockets: make(map[int64]*listenSocket),
funcs.go#L260: ls := &listenSocket{refName: ref, s: s, id: id, pid: pid}
funcs.go#L327: listenSockets map[int64]*listenSocket
funcs.go#L360: func (c *channelMap) addListenSocket(id int64, ls *listenSocket, pid int64, ref string) {
types.go#L486: type listenSocket struct {
types.go#L494: func (ls *listenSocket) addChild(id int64, e entry) {
types.go#L498: func (ls *listenSocket) deleteChild(id int64) {
types.go#L502: func (ls *listenSocket) triggerDelete() {
types.go#L507: func (ls *listenSocket) deleteSelfIfReady() {
types.go#L511: func (ls *listenSocket) getParentID() int64 {
types.go#L593: case *listenSocket:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |