Home
last modified time | relevance | path

Searched defs:AutoThreadCounter (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/thread_pool/
H A Dthread_count.h45 AutoThreadCounter(BusyThreadCount* counter, size_t idx) in AutoThreadCounter() function
56 AutoThreadCounter(AutoThreadCounter&& other) noexcept { in AutoThreadCounter() function
121 explicit AutoThreadCounter(LivingThreadCount* counter) : counter_(counter) { in AutoThreadCounter() function
131 AutoThreadCounter(AutoThreadCounter&& other) noexcept { in AutoThreadCounter() function