Searched refs:new_max_threads (Results 1 – 5 of 5) sorted by relevance
36 ResourceQuota& ResourceQuota::SetMaxThreads(int new_max_threads) { in SetMaxThreads() argument37 grpc_resource_quota_set_max_threads(impl_, new_max_threads); in SetMaxThreads()
55 ResourceQuota& SetMaxThreads(int new_max_threads);
685 int new_max_threads) { in grpc_resource_quota_set_max_threads() argument686 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()
478 grpc_resource_quota* resource_quota, int new_max_threads);
260 …rpc_resource_quota_set_max_threads_type)(grpc_resource_quota* resource_quota, int new_max_threads);