Searched refs:PendingBatchCompletions (Results 1 – 2 of 2) sorted by relevance
26 public readonly AtomicCounter PendingBatchCompletions = new AtomicCounter(); field in Grpc.Core.Internal.DebugStats33 var pendingBatchCompletions = PendingBatchCompletions.Count; in CheckOK()
54 environment.DebugStats.PendingBatchCompletions.Increment(); in Register()101 environment.DebugStats.PendingBatchCompletions.Decrement(); in Extract()