Home
last modified time | relevance | path

Searched refs:activeCallCounter (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/csharp/Grpc.Core/
DChannel.cs38 readonly AtomicCounter activeCallCounter = new AtomicCounter(); field in Grpc.Core.Channel
246 var activeCallCount = activeCallCounter.Count; in ShutdownAsync()
286 activeCallCounter.Increment(); in AddCallReference()
297 activeCallCounter.Decrement(); in RemoveCallReference()
303 return activeCallCounter.Count; in GetCallReferenceCount()
DServer.cs39 readonly AtomicCounter activeCallCounter = new AtomicCounter(); field in Grpc.Core.Server
194 activeCallCounter.Increment(); in AddCallReference()
204 activeCallCounter.Decrement(); in RemoveCallReference()
326 var activeCallCount = activeCallCounter.Count; in DisposeHandle()