Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/src/core/lib/debug/
H A Dstats_data.cc440 msg_errqueue_error_count{0} {}
591 result->msg_errqueue_error_count += in Collect()
592 data.msg_errqueue_error_count.load(std::memory_order_relaxed); in Collect()
686 result->msg_errqueue_error_count = in Diff()
687 msg_errqueue_error_count - other.msg_errqueue_error_count; in Diff()
H A Dstats_data.h278 uint64_t msg_errqueue_error_count; member
423 data_.this_cpu().msg_errqueue_error_count.fetch_add( in IncrementMsgErrqueueErrorCount()
545 std::atomic<uint64_t> msg_errqueue_error_count{0};