Home
last modified time | relevance | path

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

/external/grpc-grpc/src/csharp/Grpc.Core/Internal/
DDebugStats.cs26 public readonly AtomicCounter PendingBatchCompletions = new AtomicCounter(); field in Grpc.Core.Internal.DebugStats
33 var pendingBatchCompletions = PendingBatchCompletions.Count; in CheckOK()
DCompletionRegistry.cs54 environment.DebugStats.PendingBatchCompletions.Increment(); in Register()
101 environment.DebugStats.PendingBatchCompletions.Decrement(); in Extract()