Home
last modified time | relevance | path

Searched refs:new_max_threads (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/cpp/common/
Dresource_quota_cc.cc36 ResourceQuota& ResourceQuota::SetMaxThreads(int new_max_threads) { in SetMaxThreads() argument
37 grpc_resource_quota_set_max_threads(impl_, new_max_threads); in SetMaxThreads()
/third_party/grpc/include/grpcpp/
Dresource_quota_impl.h55 ResourceQuota& SetMaxThreads(int new_max_threads);
Dresource_quota.h55 ResourceQuota& SetMaxThreads(int new_max_threads);
/third_party/grpc/include/grpc/
Dgrpc.h496 grpc_resource_quota* resource_quota, int new_max_threads);
/third_party/grpc/src/core/lib/iomgr/
Dresource_quota.cc711 int new_max_threads) { in grpc_resource_quota_set_max_threads() argument
712 GPR_ASSERT(new_max_threads >= 0); in grpc_resource_quota_set_max_threads()
714 resource_quota->max_threads = new_max_threads; in grpc_resource_quota_set_max_threads()
/third_party/grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h269 …rpc_resource_quota_set_max_threads_type)(grpc_resource_quota* resource_quota, int new_max_threads);