Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/
Dbalancer.go161 waitCh chan struct{} // the channel to block when there is no connected address available member
267 if cnt == 1 && rr.waitCh != nil {
268 close(rr.waitCh)
269 rr.waitCh = nil
331 if rr.waitCh == nil {
333 rr.waitCh = ch
335 ch = rr.waitCh
372 if rr.waitCh == nil {
374 rr.waitCh = ch
376 ch = rr.waitCh
[all …]