Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/transport/
Dhttp2_client.go95 streamsQuotaAvailable chan struct{} member
234 streamsQuotaAvailable: make(chan struct{}, 1),
573 ch = t.streamsQuotaAvailable
587 case t.streamsQuotaAvailable <- struct{}{}:
687 case t.streamsQuotaAvailable <- struct{}{}:
946 close(t.streamsQuotaAvailable) // wake all of them up.
947 t.streamsQuotaAvailable = make(chan struct{}, 1)