Home
last modified time | relevance | path

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

/aosp_15_r20/external/grpc-grpc/test/core/event_engine/
H A Dthread_pool_test.cc311 BusyThreadCount busy_thread_count; in TEST_F() local
349 BusyThreadCount busy_thread_count; in TEST_F() local
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/thread_pool/
H A Dwork_stealing_thread_pool.h144 BusyThreadCount* busy_thread_count() { return &busy_thread_count_; } in busy_thread_count() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/thread_pool/
Dwork_stealing_thread_pool.cc260 int busy_thread_count = in MaybeStartNewThread() local