Searched defs:contextCounter (Results 1 – 2 of 2) sorted by relevance
2096 type contextCounter struct { struct2097 mu sync.Mutex2098 live int642101 func (cc *contextCounter) Track(ctx context.Context) context.Context {2111 func (cc *contextCounter) decrement(*countedContext) {2117 func (cc *contextCounter) Read() (live int64) {
994 CONTEXT_COUNTER contextCounter; // This is the value from which the member