Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/grpc/
Dbalancer_conn_wrappers.go39 type scStateUpdateBuffer struct { struct
40 c chan *scStateUpdate
41 mu sync.Mutex
42 backlog []*scStateUpdate
51 func (b *scStateUpdateBuffer) put(t *scStateUpdate) {
64 func (b *scStateUpdateBuffer) load() {
81 func (b *scStateUpdateBuffer) get() <-chan *scStateUpdate {