Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/net/http/
Dtransport_test.go2096 type contextCounter struct { struct
2097 mu sync.Mutex
2098 live int64
2101 func (cc *contextCounter) Track(ctx context.Context) context.Context {
2111 func (cc *contextCounter) decrement(*countedContext) {
2117 func (cc *contextCounter) Read() (live int64) {