Home
last modified time | relevance | path

Searched refs:MakeAutoThreadCounter (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/thread_pool/
H A Dwork_stealing_thread_pool.cc476 pool_->living_thread_count()->MakeAutoThreadCounter()), in ThreadState()
531 pool_->busy_thread_count()->MakeAutoThreadCounter(busy_count_idx_); in Step()
580 pool_->busy_thread_count()->MakeAutoThreadCounter(busy_count_idx_); in Step()
590 pool_->busy_thread_count()->MakeAutoThreadCounter(busy_count_idx_); in FinishDraining()
H A Dthread_count.h72 AutoThreadCounter MakeAutoThreadCounter(size_t idx) { in MakeAutoThreadCounter() function
143 AutoThreadCounter MakeAutoThreadCounter() { return AutoThreadCounter(this); }; in MakeAutoThreadCounter() function
/aosp_15_r20/external/grpc-grpc/test/core/event_engine/
H A Dthread_pool_test.cc364 auto_counters.push_back(busy_thread_count.MakeAutoThreadCounter( in TEST_F()
437 auto_counters.push_back(living_thread_count.MakeAutoThreadCounter()); in TEST_F()
457 auto alive = living_thread_count.MakeAutoThreadCounter(); in TEST_F()
467 auto alive = living_thread_count.MakeAutoThreadCounter(); in TEST_F()