Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/iomgr/executor/
Dthreadpool.h52 virtual int pool_capacity() const = 0;
126 int pool_capacity() const override;
Dthreadpool.cc130 int ThreadPool::pool_capacity() const { return num_threads_; } in pool_capacity() function in grpc_core::ThreadPool
/third_party/grpc/test/core/iomgr/
Dthreadpool_test.cc31 GPR_ASSERT(pool_size_zero->pool_capacity() == 1); in test_size_zero()