Searched refs:pool_capacity (Results 1 – 3 of 3) sorted by relevance
52 virtual int pool_capacity() const = 0;126 int pool_capacity() const override;
130 int ThreadPool::pool_capacity() const { return num_threads_; } in pool_capacity() function in grpc_core::ThreadPool
31 GPR_ASSERT(pool_size_zero->pool_capacity() == 1); in test_size_zero()