Searched refs:activeCallCounter (Results 1 – 2 of 2) sorted by relevance
38 readonly AtomicCounter activeCallCounter = new AtomicCounter(); field in Grpc.Core.Channel246 var activeCallCount = activeCallCounter.Count; in ShutdownAsync()286 activeCallCounter.Increment(); in AddCallReference()297 activeCallCounter.Decrement(); in RemoveCallReference()303 return activeCallCounter.Count; in GetCallReferenceCount()
39 readonly AtomicCounter activeCallCounter = new AtomicCounter(); field in Grpc.Core.Server194 activeCallCounter.Increment(); in AddCallReference()204 activeCallCounter.Decrement(); in RemoveCallReference()326 var activeCallCount = activeCallCounter.Count; in DisposeHandle()