Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/event_engine/thread_pool/
Dthread_count.h43 AutoThreadCounter(BusyThreadCount* counter, size_t idx) in AutoThreadCounter() function
54 AutoThreadCounter(AutoThreadCounter&& other) noexcept { in AutoThreadCounter() function
119 explicit AutoThreadCounter(LivingThreadCount* counter) : counter_(counter) { in AutoThreadCounter() function
129 AutoThreadCounter(AutoThreadCounter&& other) noexcept { in AutoThreadCounter() function