Home
last modified time | relevance | path

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

/external/grpc-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()
/external/grpc-grpc/include/grpcpp/
Dresource_quota.h55 ResourceQuota& SetMaxThreads(int new_max_threads);
/external/grpc-grpc/src/core/lib/iomgr/
Dresource_quota.cc685 int new_max_threads) { in grpc_resource_quota_set_max_threads() argument
686 GPR_ASSERT(new_max_threads >= 0); in grpc_resource_quota_set_max_threads()
688 resource_quota->max_threads = new_max_threads; in grpc_resource_quota_set_max_threads()
/external/grpc-grpc/include/grpc/
Dgrpc.h478 grpc_resource_quota* resource_quota, int new_max_threads);
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_grpc_imports.generated.h260 …rpc_resource_quota_set_max_threads_type)(grpc_resource_quota* resource_quota, int new_max_threads);