Home
last modified time | relevance | path

Searched defs:ctxDone (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp2_server.go58 ctxDone <-chan struct{} // Cache the context.Done() chan member
Dtransport.go118 ctxDone <-chan struct{} // cache of ctx.Done() (for performance). member
172ctxDone <-chan struct{} // same as done chan but for server side. Cache of ctx.Done() (for… member
Dhttp2_client.go48 ctxDone <-chan struct{} // Cache the ctx.Done() chan. member