Home
last modified time | relevance | path

Searched refs:SetMaxThreads (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/cpp/common/
Dresource_quota_cc.cc36 ResourceQuota& ResourceQuota::SetMaxThreads(int new_max_threads) { in SetMaxThreads() function in grpc::ResourceQuota
/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/test/cpp/end2end/
Dthread_stress_test.cc165 quota.SetMaxThreads(4); in SetUp()