sync.Cond.Wait (method)

13 uses

	sync (current package)
		cond.go#L67: func (c *Cond) Wait() {

	github.com/jackc/pgx/v5/pgconn/internal/bgreader
		bgreader.go#L105: 		r.cond.Wait()

	golang.org/x/net/http2
		pipe.go#L76: 		p.c.Wait()
		transport.go#L835: 			cc.cond.Wait()
		transport.go#L1399: 		cc.cond.Wait()
		transport.go#L1661: 		cc.cond.Wait()

	google.golang.org/grpc
		server.go#L1976: 		s.cv.Wait()

	google.golang.org/grpc/internal/transport
		http2_client.go#L1817: 				t.kpDormancyCond.Wait()

	net/http
		h2_bundle.go#L3928: 		p.c.Wait()
		h2_bundle.go#L8490: 			cc.cond.Wait()
		h2_bundle.go#L9057: 		cc.cond.Wait()
		h2_bundle.go#L9320: 		cc.cond.Wait()
		server.go#L750: 		cr.cond.Wait()